Shades of Zircon #DAE3E4
Tints of Zircon #DAE3E4
RGB
CMYK
RGB Variations
Color information
#DAE3E4 (or 0xDAE3E4) is known color: Zircon. HEX triplet: DA, E3 and E4. RGB value is (218,227,228). Sum of RGB (Red+Green+Blue) = 218+227+228=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3E4 is #251C1B. Grayscale: #E0E0E0. Windows color (decimal): -2432028 or 15000538. OLE color: 15000538.
HSL color Cylindrical-coordinate representation of color #DAE3E4: hue angle of 186º 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 #DAE3E4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 228 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.11 |
| HSL | 186º | 0.16% | 0.87% | - |
| HSV(B) | 186º | 0.04% | 0.89% | - |
| XYZ | 70.39 | 75.45 | 84.25 | - |
| YUV | 224.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 228 | 0.04 | 0.00 | 0 | 0.11 | 186 | 0.16 | 0.87 |
| Hex | DA | E3 | E4 | 4 | 0 | 0 | B | BA | 10 | 57 |
| Octal | 332 | 343 | 344 | 4 | 0 | 0 | 13 | 272 | 20 | 127 |
| Binary | 11011010 | 11100011 | 11100100 | 100 | 0 | 0 | 1011 | 10111010 | 10000 | 1010111 |
Color Harmonies of #DAE3E4
Complementary color
Monochromatic Colors of #DAE3E4
Black with #DAE3E4
Text Example
Text Example
White with #DAE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3E4; }
p { color: rgb(218,227,228); }
H1.HeaderClassName
{
color: #DAE3E4;
}
.AnyTagClassName
{
color: #DAE3E4;
}
</style>
background-color css
<style>
a { background-color: #DAE3E4; }
a { background-color: rgb(218,227,228); }
div.DivClassName
{
background-color: #DAE3E4;
}
.BgClassName
{
background-color: #DAE3E4;
}
</style>
border-color css
<style>
span { border-color: #DAE3E4; }
span { border-color: rgb(218,227,228); }
td.TdClassName
{
border-color: #DAE3E4;
}
.TagClassName
{
border-color: #DAE3E4;
}
</style>