Shades of Zircon #DAE7E9
Tints of Zircon #DAE7E9
RGB
CMYK
RGB Variations
Color information
#DAE7E9 (or 0xDAE7E9) is known color: Zircon. HEX triplet: DA, E7 and E9. RGB value is (218,231,233). Sum of RGB (Red+Green+Blue) = 218+231+233=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7E9 is #251816. Grayscale: #E3E3E3. Windows color (decimal): -2430999 or 15329242. OLE color: 15329242.
HSL color Cylindrical-coordinate representation of color #DAE7E9: hue angle of 188º degrees, saturation: 0.25, 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 #DAE7E9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 233 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.09 |
| HSL | 188º | 0.25% | 0.88% | - |
| HSV(B) | 188º | 0.06% | 0.91% | - |
| XYZ | 72.2 | 77.94 | 88.33 | - |
| YUV | 227.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 233 | 0.06 | 0.01 | 0 | 0.09 | 188 | 0.25 | 0.88 |
| Hex | DA | E7 | E9 | 6 | 1 | 0 | 9 | BC | 19 | 58 |
| Octal | 332 | 347 | 351 | 6 | 1 | 0 | 11 | 274 | 31 | 130 |
| Binary | 11011010 | 11100111 | 11101001 | 110 | 1 | 0 | 1001 | 10111100 | 11001 | 1011000 |
Color Harmonies of #DAE7E9
Complementary color
Monochromatic Colors of #DAE7E9
Black with #DAE7E9
Text Example
Text Example
White with #DAE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7E9; }
p { color: rgb(218,231,233); }
H1.HeaderClassName
{
color: #DAE7E9;
}
.AnyTagClassName
{
color: #DAE7E9;
}
</style>
background-color css
<style>
a { background-color: #DAE7E9; }
a { background-color: rgb(218,231,233); }
div.DivClassName
{
background-color: #DAE7E9;
}
.BgClassName
{
background-color: #DAE7E9;
}
</style>
border-color css
<style>
span { border-color: #DAE7E9; }
span { border-color: rgb(218,231,233); }
td.TdClassName
{
border-color: #DAE7E9;
}
.TagClassName
{
border-color: #DAE7E9;
}
</style>