Color spaces of #dfccef
RGB | 223 | 204 | 239 |
---|---|---|---|
HSL | 0.76 | 0.52 | 0.87 |
HSV | 273° | 15° | 94° |
CMYK | 0.07 | 0.15 | 0.00 0.06 |
XYZ | 67.6043 | 65.1057 | 90.6649 |
Yxy | 65.1057 | 0.3026 | 0.2915 |
Hunter Lab | 80.6881 | 8.3515 | -10.1393 |
CIE-Lab | 84.5382 | 12.9682 | -14.8165 |
#dfccef color RGB value is (223,204,239).
#dfccef hex color red value is 223, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfccef hue: 0.76 , saturation: 0.52 and the lightness value of dfccef is 0.87.
The process color (four color CMYK) of #dfccef color hex is 0.07, 0.15, 0.00, 0.06. Web safe color of #dfccef is #ccccff. Color #dfccef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001100 | 11101111 |
Octal | 337 | 314 | 357 |
Decimal | 223 | 204 | 239 |
Hex | DF | CC | EF |
Shades of #dfccef
Tints of #dfccef
RGB Percentages of Color #dfccef
CMYK Percentages of Color #dfccef
Complementary Color
#dfccef | #dcefcc |
#dfccef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfccef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfccef Color CSS Codes
.mybgcolor {background-color:#dfccef; } .myforecolor {color:#dfccef; } .mybordercolor {border:3px solid #dfccef; }
#dfccef Text Font Color
<p style="color:#dfccef">Text here</p>
This sample text font color is #dfccef
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.
#dfccef Background Color
<div style="background-color:#dfccef">
Div content here</div>
This div background color is #dfccef
#dfccef Border Color
<div style="border:3px solid #dfccef">
Div here</div>
This div border color is #dfccef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,204,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfccef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfccef; -webkit-box-shadow: 1px 1px 3px 2px #dfccef; box-shadow: 1px 1px 3px 2px #dfccef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,204,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 #dfccef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfccef; -webkit-box-shadow: 1px 1px 3px 2px #dfccef; box-shadow: 1px 1px 3px 2px #dfccef;">
Div content here</div>
This div box has shadow with color #dfccef
Comments
No comments written yet.
Please login to write comment.