Shades of Zircon #DFECEB
Tints of Zircon #DFECEB
RGB
CMYK
RGB Variations
Color information
#DFECEB (or 0xDFECEB) is known color: Zircon. HEX triplet: DF, EC and EB. RGB value is (223,236,235). Sum of RGB (Red+Green+Blue) = 223+236+235=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEB is #201314. Grayscale: #E7E7E7. Windows color (decimal): -2102037 or 15461599. OLE color: 15461599.
HSL color Cylindrical-coordinate representation of color #DFECEB: hue angle of 175.38º 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 #DFECEB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 235 | - |
CMYK | 0.06 | 0 | 0.00 | 0.07 |
HSL | 175.38º | 0.25% | 0.9% | - |
HSV(B) | 175.38º | 0.06% | 0.93% | - |
XYZ | 75.42 | 81.68 | 90.39 | - |
YUV | 232 | 129.69 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 235 | 0.06 | 0 | 0.00 | 0.07 | 175.38 | 0.25 | 0.9 |
Hex | DF | EC | EB | 6 | 0 | 0 | 7 | AF | 19 | 5A |
Octal | 337 | 354 | 353 | 6 | 0 | 0 | 7 | 257 | 31 | 132 |
Binary | 11011111 | 11101100 | 11101011 | 110 | 0 | 0 | 111 | 10101111 | 11001 | 1011010 |
Color Harmonies of #DFECEB
Complementary color
Monochromatic Colors of #DFECEB
Black with #DFECEB
Text Example
Text Example
White with #DFECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECEB; }
p { color: rgb(223,236,235); }
H1.HeaderClassName
{
color: #DFECEB;
}
.AnyTagClassName
{
color: #DFECEB;
}
</style>
background-color css
<style>
a { background-color: #DFECEB; }
a { background-color: rgb(223,236,235); }
div.DivClassName
{
background-color: #DFECEB;
}
.BgClassName
{
background-color: #DFECEB;
}
</style>
border-color css
<style>
span { border-color: #DFECEB; }
span { border-color: rgb(223,236,235); }
td.TdClassName
{
border-color: #DFECEB;
}
.TagClassName
{
border-color: #DFECEB;
}
</style>