Shades of Zircon #DFECEE
Tints of Zircon #DFECEE
RGB
CMYK
RGB Variations
Color information
#DFECEE (or 0xDFECEE) is known color: Zircon. HEX triplet: DF, EC and EE. RGB value is (223,236,238). Sum of RGB (Red+Green+Blue) = 223+236+238=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEE is #201311. Grayscale: #E8E8E8. Windows color (decimal): -2102034 or 15658207. OLE color: 15658207.
HSL color Cylindrical-coordinate representation of color #DFECEE: hue angle of 188º degrees, saturation: 0.31, 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 #DFECEE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 238 | - |
CMYK | 0.06 | 0.01 | 0 | 0.07 |
HSL | 188º | 0.31% | 0.9% | - |
HSV(B) | 188º | 0.06% | 0.93% | - |
XYZ | 75.86 | 81.85 | 92.69 | - |
YUV | 232.34 | 131.19 | 121.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 238 | 0.06 | 0.01 | 0 | 0.07 | 188 | 0.31 | 0.9 |
Hex | DF | EC | EE | 6 | 1 | 0 | 7 | BC | 1F | 5A |
Octal | 337 | 354 | 356 | 6 | 1 | 0 | 7 | 274 | 37 | 132 |
Binary | 11011111 | 11101100 | 11101110 | 110 | 1 | 0 | 111 | 10111100 | 11111 | 1011010 |
Color Harmonies of #DFECEE
Complementary color
Monochromatic Colors of #DFECEE
Black with #DFECEE
Text Example
Text Example
White with #DFECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECEE; }
p { color: rgb(223,236,238); }
H1.HeaderClassName
{
color: #DFECEE;
}
.AnyTagClassName
{
color: #DFECEE;
}
</style>
background-color css
<style>
a { background-color: #DFECEE; }
a { background-color: rgb(223,236,238); }
div.DivClassName
{
background-color: #DFECEE;
}
.BgClassName
{
background-color: #DFECEE;
}
</style>
border-color css
<style>
span { border-color: #DFECEE; }
span { border-color: rgb(223,236,238); }
td.TdClassName
{
border-color: #DFECEE;
}
.TagClassName
{
border-color: #DFECEE;
}
</style>