Shades of Zircon #DAE5E6
Tints of Zircon #DAE5E6
RGB
CMYK
RGB Variations
Color information
#DAE5E6 (or 0xDAE5E6) is known color: Zircon. HEX triplet: DA, E5 and E6. RGB value is (218,229,230). Sum of RGB (Red+Green+Blue) = 218+229+230=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5E6 is #251A19. Grayscale: #E1E1E1. Windows color (decimal): -2431514 or 15132122. OLE color: 15132122.
HSL color Cylindrical-coordinate representation of color #DAE5E6: hue angle of 185º 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 #DAE5E6 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 230 | - |
CMYK | 0.05 | 0.00 | 0 | 0.10 |
HSL | 185º | 0.19% | 0.88% | - |
HSV(B) | 185º | 0.05% | 0.9% | - |
XYZ | 71.22 | 76.66 | 85.91 | - |
YUV | 225.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 230 | 0.05 | 0.00 | 0 | 0.10 | 185 | 0.19 | 0.88 |
Hex | DA | E5 | E6 | 5 | 0 | 0 | A | B9 | 13 | 58 |
Octal | 332 | 345 | 346 | 5 | 0 | 0 | 12 | 271 | 23 | 130 |
Binary | 11011010 | 11100101 | 11100110 | 101 | 0 | 0 | 1010 | 10111001 | 10011 | 1011000 |
Color Harmonies of #DAE5E6
Complementary color
Monochromatic Colors of #DAE5E6
Black with #DAE5E6
Text Example
Text Example
White with #DAE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5E6; }
p { color: rgb(218,229,230); }
H1.HeaderClassName
{
color: #DAE5E6;
}
.AnyTagClassName
{
color: #DAE5E6;
}
</style>
background-color css
<style>
a { background-color: #DAE5E6; }
a { background-color: rgb(218,229,230); }
div.DivClassName
{
background-color: #DAE5E6;
}
.BgClassName
{
background-color: #DAE5E6;
}
</style>
border-color css
<style>
span { border-color: #DAE5E6; }
span { border-color: rgb(218,229,230); }
td.TdClassName
{
border-color: #DAE5E6;
}
.TagClassName
{
border-color: #DAE5E6;
}
</style>