Shades of Zircon #DFEBEC
Tints of Zircon #DFEBEC
RGB
CMYK
RGB Variations
Color information
#DFEBEC (or 0xDFEBEC) is known color: Zircon. HEX triplet: DF, EB and EC. RGB value is (223,235,236). Sum of RGB (Red+Green+Blue) = 223+235+236=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBEC is #201413. Grayscale: #E7E7E7. Windows color (decimal): -2102292 or 15526879. OLE color: 15526879.
HSL color Cylindrical-coordinate representation of color #DFEBEC: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEBEC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 235 | 236 | - |
CMYK | 0.06 | 0.00 | 0 | 0.07 |
HSL | 184.62º | 0.25% | 0.9% | - |
HSV(B) | 184.62º | 0.06% | 0.93% | - |
XYZ | 75.28 | 81.16 | 91.05 | - |
YUV | 231.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 235 | 236 | 0.06 | 0.00 | 0 | 0.07 | 184.62 | 0.25 | 0.9 |
Hex | DF | EB | EC | 6 | 0 | 0 | 7 | B9 | 19 | 5A |
Octal | 337 | 353 | 354 | 6 | 0 | 0 | 7 | 271 | 31 | 132 |
Binary | 11011111 | 11101011 | 11101100 | 110 | 0 | 0 | 111 | 10111001 | 11001 | 1011010 |
Color Harmonies of #DFEBEC
Complementary color
Monochromatic Colors of #DFEBEC
Black with #DFEBEC
Text Example
Text Example
White with #DFEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBEC; }
p { color: rgb(223,235,236); }
H1.HeaderClassName
{
color: #DFEBEC;
}
.AnyTagClassName
{
color: #DFEBEC;
}
</style>
background-color css
<style>
a { background-color: #DFEBEC; }
a { background-color: rgb(223,235,236); }
div.DivClassName
{
background-color: #DFEBEC;
}
.BgClassName
{
background-color: #DFEBEC;
}
</style>
border-color css
<style>
span { border-color: #DFEBEC; }
span { border-color: rgb(223,235,236); }
td.TdClassName
{
border-color: #DFEBEC;
}
.TagClassName
{
border-color: #DFEBEC;
}
</style>