Shades of Zircon #DAE7E7
Tints of Zircon #DAE7E7
RGB
CMYK
RGB Variations
Color information
#DAE7E7 (or 0xDAE7E7) is known color: Zircon. HEX triplet: DA, E7 and E7. RGB value is (218,231,231). Sum of RGB (Red+Green+Blue) = 218+231+231=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 231 - color contains mainly: green, blue. Hex color #DAE7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7E7 is #251818. Grayscale: #E3E3E3. Windows color (decimal): -2431001 or 15198170. OLE color: 15198170.
HSL color Cylindrical-coordinate representation of color #DAE7E7: hue angle of 180º 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 #DAE7E7 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 231 | - |
CMYK | 0.06 | 0 | 0 | 0.09 |
HSL | 180º | 0.21% | 0.88% | - |
HSV(B) | 180º | 0.06% | 0.91% | - |
XYZ | 71.91 | 77.83 | 86.83 | - |
YUV | 227.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 231 | 0.06 | 0 | 0 | 0.09 | 180 | 0.21 | 0.88 |
Hex | DA | E7 | E7 | 6 | 0 | 0 | 9 | B4 | 15 | 58 |
Octal | 332 | 347 | 347 | 6 | 0 | 0 | 11 | 264 | 25 | 130 |
Binary | 11011010 | 11100111 | 11100111 | 110 | 0 | 0 | 1001 | 10110100 | 10101 | 1011000 |
Color Harmonies of #DAE7E7
Complementary color
Monochromatic Colors of #DAE7E7
Black with #DAE7E7
Text Example
Text Example
White with #DAE7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7E7; }
p { color: rgb(218,231,231); }
H1.HeaderClassName
{
color: #DAE7E7;
}
.AnyTagClassName
{
color: #DAE7E7;
}
</style>
background-color css
<style>
a { background-color: #DAE7E7; }
a { background-color: rgb(218,231,231); }
div.DivClassName
{
background-color: #DAE7E7;
}
.BgClassName
{
background-color: #DAE7E7;
}
</style>
border-color css
<style>
span { border-color: #DAE7E7; }
span { border-color: rgb(218,231,231); }
td.TdClassName
{
border-color: #DAE7E7;
}
.TagClassName
{
border-color: #DAE7E7;
}
</style>