Shades of Zircon #DAE6E5
Tints of Zircon #DAE6E5
RGB
CMYK
RGB Variations
Color information
#DAE6E5 (or 0xDAE6E5) is known color: Zircon. HEX triplet: DA, E6 and E5. RGB value is (218,230,229). Sum of RGB (Red+Green+Blue) = 218+230+229=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6E5 is #25191A. Grayscale: #E2E2E2. Windows color (decimal): -2431259 or 15066842. OLE color: 15066842.
HSL color Cylindrical-coordinate representation of color #DAE6E5: hue angle of 175º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE6E5 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 229 | - |
CMYK | 0.05 | 0 | 0.00 | 0.10 |
HSL | 175º | 0.19% | 0.88% | - |
HSV(B) | 175º | 0.05% | 0.9% | - |
XYZ | 71.35 | 77.16 | 85.26 | - |
YUV | 226.3 | 129.52 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 229 | 0.05 | 0 | 0.00 | 0.10 | 175 | 0.19 | 0.88 |
Hex | DA | E6 | E5 | 5 | 0 | 0 | A | AF | 13 | 58 |
Octal | 332 | 346 | 345 | 5 | 0 | 0 | 12 | 257 | 23 | 130 |
Binary | 11011010 | 11100110 | 11100101 | 101 | 0 | 0 | 1010 | 10101111 | 10011 | 1011000 |
Color Harmonies of #DAE6E5
Complementary color
Monochromatic Colors of #DAE6E5
Black with #DAE6E5
Text Example
Text Example
White with #DAE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6E5; }
p { color: rgb(218,230,229); }
H1.HeaderClassName
{
color: #DAE6E5;
}
.AnyTagClassName
{
color: #DAE6E5;
}
</style>
background-color css
<style>
a { background-color: #DAE6E5; }
a { background-color: rgb(218,230,229); }
div.DivClassName
{
background-color: #DAE6E5;
}
.BgClassName
{
background-color: #DAE6E5;
}
</style>
border-color css
<style>
span { border-color: #DAE6E5; }
span { border-color: rgb(218,230,229); }
td.TdClassName
{
border-color: #DAE6E5;
}
.TagClassName
{
border-color: #DAE6E5;
}
</style>