Shades of Zircon #DFE6E6
Tints of Zircon #DFE6E6
RGB
CMYK
RGB Variations
Color information
#DFE6E6 (or 0xDFE6E6) is known color: Zircon. HEX triplet: DF, E6 and E6. RGB value is (223,230,230). Sum of RGB (Red+Green+Blue) = 223+230+230=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #DFE6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6E6 is #201919. Grayscale: #E3E3E3. Windows color (decimal): -2103578 or 15132383. OLE color: 15132383.
HSL color Cylindrical-coordinate representation of color #DFE6E6: hue angle of 180º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE6E6 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 230 | 230 | - |
CMYK | 0.03 | 0 | 0 | 0.10 |
HSL | 180º | 0.12% | 0.89% | - |
HSV(B) | 180º | 0.03% | 0.9% | - |
XYZ | 73.01 | 77.99 | 86.07 | - |
YUV | 227.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 230 | 230 | 0.03 | 0 | 0 | 0.10 | 180 | 0.12 | 0.89 |
Hex | DF | E6 | E6 | 3 | 0 | 0 | A | B4 | C | 59 |
Octal | 337 | 346 | 346 | 3 | 0 | 0 | 12 | 264 | 14 | 131 |
Binary | 11011111 | 11100110 | 11100110 | 11 | 0 | 0 | 1010 | 10110100 | 1100 | 1011001 |
Color Harmonies of #DFE6E6
Complementary color
Monochromatic Colors of #DFE6E6
Black with #DFE6E6
Text Example
Text Example
White with #DFE6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6E6; }
p { color: rgb(223,230,230); }
H1.HeaderClassName
{
color: #DFE6E6;
}
.AnyTagClassName
{
color: #DFE6E6;
}
</style>
background-color css
<style>
a { background-color: #DFE6E6; }
a { background-color: rgb(223,230,230); }
div.DivClassName
{
background-color: #DFE6E6;
}
.BgClassName
{
background-color: #DFE6E6;
}
</style>
border-color css
<style>
span { border-color: #DFE6E6; }
span { border-color: rgb(223,230,230); }
td.TdClassName
{
border-color: #DFE6E6;
}
.TagClassName
{
border-color: #DFE6E6;
}
</style>