Shades of Zircon #D9E6E6
Tints of Zircon #D9E6E6
RGB
CMYK
RGB Variations
Color information
#D9E6E6 (or 0xD9E6E6) is known color: Zircon. HEX triplet: D9, E6 and E6. RGB value is (217,230,230). Sum of RGB (Red+Green+Blue) = 217+230+230=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #D9E6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6E6 is #261919. Grayscale: #E2E2E2. Windows color (decimal): -2496794 or 15132377. OLE color: 15132377.
HSL color Cylindrical-coordinate representation of color #D9E6E6: hue angle of 180º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E6E6 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 230 | 230 | - |
CMYK | 0.06 | 0 | 0 | 0.10 |
HSL | 180º | 0.21% | 0.88% | - |
HSV(B) | 180º | 0.06% | 0.9% | - |
XYZ | 71.2 | 77.06 | 85.98 | - |
YUV | 226.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 230 | 0.06 | 0 | 0 | 0.10 | 180 | 0.21 | 0.88 |
Hex | D9 | E6 | E6 | 6 | 0 | 0 | A | B4 | 15 | 58 |
Octal | 331 | 346 | 346 | 6 | 0 | 0 | 12 | 264 | 25 | 130 |
Binary | 11011001 | 11100110 | 11100110 | 110 | 0 | 0 | 1010 | 10110100 | 10101 | 1011000 |
Color Harmonies of #D9E6E6
Complementary color
Monochromatic Colors of #D9E6E6
Black with #D9E6E6
Text Example
Text Example
White with #D9E6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6E6; }
p { color: rgb(217,230,230); }
H1.HeaderClassName
{
color: #D9E6E6;
}
.AnyTagClassName
{
color: #D9E6E6;
}
</style>
background-color css
<style>
a { background-color: #D9E6E6; }
a { background-color: rgb(217,230,230); }
div.DivClassName
{
background-color: #D9E6E6;
}
.BgClassName
{
background-color: #D9E6E6;
}
</style>
border-color css
<style>
span { border-color: #D9E6E6; }
span { border-color: rgb(217,230,230); }
td.TdClassName
{
border-color: #D9E6E6;
}
.TagClassName
{
border-color: #D9E6E6;
}
</style>