Shades of Zircon #DAE6E8
Tints of Zircon #DAE6E8
RGB
CMYK
RGB Variations
Color information
#DAE6E8 (or 0xDAE6E8) is known color: Zircon. HEX triplet: DA, E6 and E8. RGB value is (218,230,232). Sum of RGB (Red+Green+Blue) = 218+230+232=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAE6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6E8 is #251917. Grayscale: #E2E2E2. Windows color (decimal): -2431256 or 15263450. OLE color: 15263450.
HSL color Cylindrical-coordinate representation of color #DAE6E8: hue angle of 188.57º 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 #DAE6E8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 230 | 232 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.09 |
| HSL | 188.57º | 0.23% | 0.88% | - |
| HSV(B) | 188.57º | 0.06% | 0.91% | - |
| XYZ | 71.78 | 77.33 | 87.49 | - |
| YUV | 226.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 232 | 0.06 | 0.01 | 0 | 0.09 | 188.57 | 0.23 | 0.88 |
| Hex | DA | E6 | E8 | 6 | 1 | 0 | 9 | BD | 17 | 58 |
| Octal | 332 | 346 | 350 | 6 | 1 | 0 | 11 | 275 | 27 | 130 |
| Binary | 11011010 | 11100110 | 11101000 | 110 | 1 | 0 | 1001 | 10111101 | 10111 | 1011000 |
Color Harmonies of #DAE6E8
Complementary color
Monochromatic Colors of #DAE6E8
Black with #DAE6E8
Text Example
Text Example
White with #DAE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6E8; }
p { color: rgb(218,230,232); }
H1.HeaderClassName
{
color: #DAE6E8;
}
.AnyTagClassName
{
color: #DAE6E8;
}
</style>
background-color css
<style>
a { background-color: #DAE6E8; }
a { background-color: rgb(218,230,232); }
div.DivClassName
{
background-color: #DAE6E8;
}
.BgClassName
{
background-color: #DAE6E8;
}
</style>
border-color css
<style>
span { border-color: #DAE6E8; }
span { border-color: rgb(218,230,232); }
td.TdClassName
{
border-color: #DAE6E8;
}
.TagClassName
{
border-color: #DAE6E8;
}
</style>