Shades of Zircon #DAE2E4
Tints of Zircon #DAE2E4
RGB
CMYK
RGB Variations
Color information
#DAE2E4 (or 0xDAE2E4) is known color: Zircon. HEX triplet: DA, E2 and E4. RGB value is (218,226,228). Sum of RGB (Red+Green+Blue) = 218+226+228=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2E4 is #251D1B. Grayscale: #DFDFDF. Windows color (decimal): -2432284 or 15000282. OLE color: 15000282.
HSL color Cylindrical-coordinate representation of color #DAE2E4: hue angle of 192º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE2E4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 228 | - |
CMYK | 0.04 | 0.01 | 0 | 0.11 |
HSL | 192º | 0.16% | 0.87% | - |
HSV(B) | 192º | 0.04% | 0.89% | - |
XYZ | 70.11 | 74.9 | 84.16 | - |
YUV | 223.84 | 130.35 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 228 | 0.04 | 0.01 | 0 | 0.11 | 192 | 0.16 | 0.87 |
Hex | DA | E2 | E4 | 4 | 1 | 0 | B | C0 | 10 | 57 |
Octal | 332 | 342 | 344 | 4 | 1 | 0 | 13 | 300 | 20 | 127 |
Binary | 11011010 | 11100010 | 11100100 | 100 | 1 | 0 | 1011 | 11000000 | 10000 | 1010111 |
Color Harmonies of #DAE2E4
Complementary color
Monochromatic Colors of #DAE2E4
Black with #DAE2E4
Text Example
Text Example
White with #DAE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2E4; }
p { color: rgb(218,226,228); }
H1.HeaderClassName
{
color: #DAE2E4;
}
.AnyTagClassName
{
color: #DAE2E4;
}
</style>
background-color css
<style>
a { background-color: #DAE2E4; }
a { background-color: rgb(218,226,228); }
div.DivClassName
{
background-color: #DAE2E4;
}
.BgClassName
{
background-color: #DAE2E4;
}
</style>
border-color css
<style>
span { border-color: #DAE2E4; }
span { border-color: rgb(218,226,228); }
td.TdClassName
{
border-color: #DAE2E4;
}
.TagClassName
{
border-color: #DAE2E4;
}
</style>