Shades of Zircon #DAE7E6
Tints of Zircon #DAE7E6
RGB
CMYK
RGB Variations
Color information
#DAE7E6 (or 0xDAE7E6) is known color: Zircon. HEX triplet: DA, E7 and E6. RGB value is (218,231,230). Sum of RGB (Red+Green+Blue) = 218+231+230=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7E6 is #251819. Grayscale: #E2E2E2. Windows color (decimal): -2431002 or 15132634. OLE color: 15132634.
HSL color Cylindrical-coordinate representation of color #DAE7E6: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE7E6 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 230 | - |
CMYK | 0.06 | 0 | 0.00 | 0.09 |
HSL | 175.38º | 0.21% | 0.88% | - |
HSV(B) | 175.38º | 0.06% | 0.91% | - |
XYZ | 71.77 | 77.77 | 86.09 | - |
YUV | 227 | 129.69 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 230 | 0.06 | 0 | 0.00 | 0.09 | 175.38 | 0.21 | 0.88 |
Hex | DA | E7 | E6 | 6 | 0 | 0 | 9 | AF | 15 | 58 |
Octal | 332 | 347 | 346 | 6 | 0 | 0 | 11 | 257 | 25 | 130 |
Binary | 11011010 | 11100111 | 11100110 | 110 | 0 | 0 | 1001 | 10101111 | 10101 | 1011000 |
Color Harmonies of #DAE7E6
Complementary color
Monochromatic Colors of #DAE7E6
Black with #DAE7E6
Text Example
Text Example
White with #DAE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7E6; }
p { color: rgb(218,231,230); }
H1.HeaderClassName
{
color: #DAE7E6;
}
.AnyTagClassName
{
color: #DAE7E6;
}
</style>
background-color css
<style>
a { background-color: #DAE7E6; }
a { background-color: rgb(218,231,230); }
div.DivClassName
{
background-color: #DAE7E6;
}
.BgClassName
{
background-color: #DAE7E6;
}
</style>
border-color css
<style>
span { border-color: #DAE7E6; }
span { border-color: rgb(218,231,230); }
td.TdClassName
{
border-color: #DAE7E6;
}
.TagClassName
{
border-color: #DAE7E6;
}
</style>