Color spaces of #dfcdef
RGB | 223 | 205 | 239 |
---|---|---|---|
HSL | 0.75 | 0.52 | 0.87 |
HSV | 272° | 14° | 94° |
CMYK | 0.07 | 0.14 | 0.00 0.06 |
XYZ | 67.8427 | 65.5826 | 90.7444 |
Yxy | 65.5826 | 0.3026 | 0.2926 |
Hunter Lab | 80.9831 | 7.8160 | -9.7484 |
CIE-Lab | 84.7831 | 12.4366 | -14.4492 |
#dfcdef color RGB value is (223,205,239).
#dfcdef hex color red value is 223, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfcdef hue: 0.75 , saturation: 0.52 and the lightness value of dfcdef is 0.87.
The process color (four color CMYK) of #dfcdef color hex is 0.07, 0.14, 0.00, 0.06. Web safe color of #dfcdef is #ccccff. Color #dfcdef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001101 | 11101111 |
Octal | 337 | 315 | 357 |
Decimal | 223 | 205 | 239 |
Hex | DF | CD | EF |
Shades of #dfcdef
Tints of #dfcdef
RGB Percentages of Color #dfcdef
CMYK Percentages of Color #dfcdef
Complementary Color
#dfcdef | #ddefcd |
#dfcdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcdef Color CSS Codes
.mybgcolor {background-color:#dfcdef; } .myforecolor {color:#dfcdef; } .mybordercolor {border:3px solid #dfcdef; }
#dfcdef Text Font Color
<p style="color:#dfcdef">Text here</p>
This sample text font color is #dfcdef
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.
#dfcdef Background Color
<div style="background-color:#dfcdef">
Div content here</div>
This div background color is #dfcdef
#dfcdef Border Color
<div style="border:3px solid #dfcdef">
Div here</div>
This div border color is #dfcdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,205,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcdef; -webkit-box-shadow: 1px 1px 3px 2px #dfcdef; box-shadow: 1px 1px 3px 2px #dfcdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,205,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcdef; -webkit-box-shadow: 1px 1px 3px 2px #dfcdef; box-shadow: 1px 1px 3px 2px #dfcdef;">
Div content here</div>
This div box has shadow with color #dfcdef
Comments
No comments written yet.
Please login to write comment.