Shades of Zircon #D9E6E7
Tints of Zircon #D9E6E7
RGB
CMYK
RGB Variations
Color information
#D9E6E7 (or 0xD9E6E7) is known color: Zircon. HEX triplet: D9, E6 and E7. RGB value is (217,230,231). Sum of RGB (Red+Green+Blue) = 217+230+231=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9E6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6E7 is #261918. Grayscale: #E2E2E2. Windows color (decimal): -2496793 or 15197913. OLE color: 15197913.
HSL color Cylindrical-coordinate representation of color #D9E6E7: hue angle of 184.29º 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 #D9E6E7 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 230 | 231 | - |
CMYK | 0.06 | 0.00 | 0 | 0.09 |
HSL | 184.29º | 0.23% | 0.88% | - |
HSV(B) | 184.29º | 0.06% | 0.91% | - |
XYZ | 71.34 | 77.11 | 86.73 | - |
YUV | 226.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 231 | 0.06 | 0.00 | 0 | 0.09 | 184.29 | 0.23 | 0.88 |
Hex | D9 | E6 | E7 | 6 | 0 | 0 | 9 | B8 | 17 | 58 |
Octal | 331 | 346 | 347 | 6 | 0 | 0 | 11 | 270 | 27 | 130 |
Binary | 11011001 | 11100110 | 11100111 | 110 | 0 | 0 | 1001 | 10111000 | 10111 | 1011000 |
Color Harmonies of #D9E6E7
Complementary color
Monochromatic Colors of #D9E6E7
Black with #D9E6E7
Text Example
Text Example
White with #D9E6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6E7; }
p { color: rgb(217,230,231); }
H1.HeaderClassName
{
color: #D9E6E7;
}
.AnyTagClassName
{
color: #D9E6E7;
}
</style>
background-color css
<style>
a { background-color: #D9E6E7; }
a { background-color: rgb(217,230,231); }
div.DivClassName
{
background-color: #D9E6E7;
}
.BgClassName
{
background-color: #D9E6E7;
}
</style>
border-color css
<style>
span { border-color: #D9E6E7; }
span { border-color: rgb(217,230,231); }
td.TdClassName
{
border-color: #D9E6E7;
}
.TagClassName
{
border-color: #D9E6E7;
}
</style>