Color spaces of #ddafeb
RGB | 221 | 175 | 235 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.80 |
HSV | 286° | 26° | 92° |
CMYK | 0.06 | 0.26 | 0.00 0.08 |
XYZ | 60.1442 | 52.0303 | 85.4702 |
Yxy | 52.0303 | 0.3043 | 0.2633 |
Hunter Lab | 72.1320 | 22.6035 | -19.7611 |
CIE-Lab | 77.2990 | 27.1107 | -23.6334 |
#ddafeb color RGB value is (221,175,235).
#ddafeb hex color red value is 221, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddafeb hue: 0.79 , saturation: 0.60 and the lightness value of ddafeb is 0.80.
The process color (four color CMYK) of #ddafeb color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #ddafeb is #cc99ff. Color #ddafeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101111 | 11101011 |
Octal | 335 | 257 | 353 |
Decimal | 221 | 175 | 235 |
Hex | DD | AF | EB |
Shades of #ddafeb
Tints of #ddafeb
RGB Percentages of Color #ddafeb
CMYK Percentages of Color #ddafeb
Complementary Color
#ddafeb | #bdebaf |
#ddafeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddafeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddafeb Color CSS Codes
.mybgcolor {background-color:#ddafeb; } .myforecolor {color:#ddafeb; } .mybordercolor {border:3px solid #ddafeb; }
#ddafeb Text Font Color
<p style="color:#ddafeb">Text here</p>
This sample text font color is #ddafeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddafeb Background Color
<div style="background-color:#ddafeb">
Div content here</div>
This div background color is #ddafeb
#ddafeb Border Color
<div style="border:3px solid #ddafeb">
Div here</div>
This div border color is #ddafeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddafeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddafeb; -webkit-box-shadow: 1px 1px 3px 2px #ddafeb; box-shadow: 1px 1px 3px 2px #ddafeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddafeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafeb; -webkit-box-shadow: 1px 1px 3px 2px #ddafeb; box-shadow: 1px 1px 3px 2px #ddafeb;">
Div content here</div>
This div box has shadow with color #ddafeb
Comments
No comments written yet.
Please login to write comment.