Shades of Zircon #DAE3E5
Tints of Zircon #DAE3E5
RGB
CMYK
RGB Variations
Color information
#DAE3E5 (or 0xDAE3E5) is known color: Zircon. HEX triplet: DA, E3 and E5. RGB value is (218,227,229). Sum of RGB (Red+Green+Blue) = 218+227+229=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3E5 is #251C1A. Grayscale: #E0E0E0. Windows color (decimal): -2432027 or 15066074. OLE color: 15066074.
HSL color Cylindrical-coordinate representation of color #DAE3E5: hue angle of 190.91º degrees, saturation: 0.17, 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 #DAE3E5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 227 | 229 | - |
CMYK | 0.05 | 0.01 | 0 | 0.10 |
HSL | 190.91º | 0.17% | 0.88% | - |
HSV(B) | 190.91º | 0.05% | 0.9% | - |
XYZ | 70.53 | 75.5 | 84.98 | - |
YUV | 224.54 | 130.52 | 123.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 227 | 229 | 0.05 | 0.01 | 0 | 0.10 | 190.91 | 0.17 | 0.88 |
Hex | DA | E3 | E5 | 5 | 1 | 0 | A | BF | 11 | 58 |
Octal | 332 | 343 | 345 | 5 | 1 | 0 | 12 | 277 | 21 | 130 |
Binary | 11011010 | 11100011 | 11100101 | 101 | 1 | 0 | 1010 | 10111111 | 10001 | 1011000 |
Color Harmonies of #DAE3E5
Complementary color
Monochromatic Colors of #DAE3E5
Black with #DAE3E5
Text Example
Text Example
White with #DAE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3E5; }
p { color: rgb(218,227,229); }
H1.HeaderClassName
{
color: #DAE3E5;
}
.AnyTagClassName
{
color: #DAE3E5;
}
</style>
background-color css
<style>
a { background-color: #DAE3E5; }
a { background-color: rgb(218,227,229); }
div.DivClassName
{
background-color: #DAE3E5;
}
.BgClassName
{
background-color: #DAE3E5;
}
</style>
border-color css
<style>
span { border-color: #DAE3E5; }
span { border-color: rgb(218,227,229); }
td.TdClassName
{
border-color: #DAE3E5;
}
.TagClassName
{
border-color: #DAE3E5;
}
</style>