Shades of Zircon #D9E7E6
Tints of Zircon #D9E7E6
RGB
CMYK
RGB Variations
Color information
#D9E7E6 (or 0xD9E7E6) is known color: Zircon. HEX triplet: D9, E7 and E6. RGB value is (217,231,230). Sum of RGB (Red+Green+Blue) = 217+231+230=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7E6 is #261819. Grayscale: #E2E2E2. Windows color (decimal): -2496538 or 15132633. OLE color: 15132633.
HSL color Cylindrical-coordinate representation of color #D9E7E6: hue angle of 175.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E7E6 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 230 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.09 |
| HSL | 175.71º | 0.23% | 0.88% | - |
| HSV(B) | 175.71º | 0.06% | 0.91% | - |
| XYZ | 71.47 | 77.62 | 86.08 | - |
| YUV | 226.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 230 | 0.06 | 0 | 0.00 | 0.09 | 175.71 | 0.23 | 0.88 |
| Hex | D9 | E7 | E6 | 6 | 0 | 0 | 9 | B0 | 17 | 58 |
| Octal | 331 | 347 | 346 | 6 | 0 | 0 | 11 | 260 | 27 | 130 |
| Binary | 11011001 | 11100111 | 11100110 | 110 | 0 | 0 | 1001 | 10110000 | 10111 | 1011000 |
Color Harmonies of #D9E7E6
Complementary color
Monochromatic Colors of #D9E7E6
Black with #D9E7E6
Text Example
Text Example
White with #D9E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7E6; }
p { color: rgb(217,231,230); }
H1.HeaderClassName
{
color: #D9E7E6;
}
.AnyTagClassName
{
color: #D9E7E6;
}
</style>
background-color css
<style>
a { background-color: #D9E7E6; }
a { background-color: rgb(217,231,230); }
div.DivClassName
{
background-color: #D9E7E6;
}
.BgClassName
{
background-color: #D9E7E6;
}
</style>
border-color css
<style>
span { border-color: #D9E7E6; }
span { border-color: rgb(217,231,230); }
td.TdClassName
{
border-color: #D9E7E6;
}
.TagClassName
{
border-color: #D9E7E6;
}
</style>