Color spaces of #dfccfe
RGB | 223 | 204 | 254 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.90 |
HSV | 263° | 20° | 100° |
CMYK | 0.12 | 0.20 | 0.00 0.00 |
XYZ | 69.9137 | 66.0295 | 102.8260 |
Yxy | 66.0295 | 0.2928 | 0.2765 |
Hunter Lab | 81.2585 | 11.3764 | -18.1456 |
CIE-Lab | 85.0115 | 15.9535 | -22.0628 |
#dfccfe color RGB value is (223,204,254).
#dfccfe hex color red value is 223, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfccfe hue: 0.73 , saturation: 0.96 and the lightness value of dfccfe is 0.90.
The process color (four color CMYK) of #dfccfe color hex is 0.12, 0.20, 0.00, 0.00. Web safe color of #dfccfe is #ccccff. Color #dfccfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001100 | 11111110 |
Octal | 337 | 314 | 376 |
Decimal | 223 | 204 | 254 |
Hex | DF | CC | FE |
Shades of #dfccfe
Tints of #dfccfe
RGB Percentages of Color #dfccfe
CMYK Percentages of Color #dfccfe
Complementary Color
#dfccfe | #ebfecc |
#dfccfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfccfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfccfe Color CSS Codes
.mybgcolor {background-color:#dfccfe; } .myforecolor {color:#dfccfe; } .mybordercolor {border:3px solid #dfccfe; }
#dfccfe Text Font Color
<p style="color:#dfccfe">Text here</p>
This sample text font color is #dfccfe
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.
#dfccfe Background Color
<div style="background-color:#dfccfe">
Div content here</div>
This div background color is #dfccfe
#dfccfe Border Color
<div style="border:3px solid #dfccfe">
Div here</div>
This div border color is #dfccfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,204,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfccfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfccfe; -webkit-box-shadow: 1px 1px 3px 2px #dfccfe; box-shadow: 1px 1px 3px 2px #dfccfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,204,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfccfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfccfe; -webkit-box-shadow: 1px 1px 3px 2px #dfccfe; box-shadow: 1px 1px 3px 2px #dfccfe;">
Div content here</div>
This div box has shadow with color #dfccfe
Comments
No comments written yet.
Please login to write comment.