Shades of Zircon #DAE2E3
Tints of Zircon #DAE2E3
RGB
CMYK
RGB Variations
Color information
#DAE2E3 (or 0xDAE2E3) is known color: Zircon. HEX triplet: DA, E2 and E3. RGB value is (218,226,227). Sum of RGB (Red+Green+Blue) = 218+226+227=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAE2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2E3 is #251D1C. Grayscale: #DFDFDF. Windows color (decimal): -2432285 or 14934746. OLE color: 14934746.
HSL color Cylindrical-coordinate representation of color #DAE2E3: hue angle of 186.67º degrees, saturation: 0.14, 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 #DAE2E3 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 227 | - |
CMYK | 0.04 | 0.00 | 0 | 0.11 |
HSL | 186.67º | 0.14% | 0.87% | - |
HSV(B) | 186.67º | 0.04% | 0.89% | - |
XYZ | 69.97 | 74.84 | 83.43 | - |
YUV | 223.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 227 | 0.04 | 0.00 | 0 | 0.11 | 186.67 | 0.14 | 0.87 |
Hex | DA | E2 | E3 | 4 | 0 | 0 | B | BB | E | 57 |
Octal | 332 | 342 | 343 | 4 | 0 | 0 | 13 | 273 | 16 | 127 |
Binary | 11011010 | 11100010 | 11100011 | 100 | 0 | 0 | 1011 | 10111011 | 1110 | 1010111 |
Color Harmonies of #DAE2E3
Complementary color
Monochromatic Colors of #DAE2E3
Black with #DAE2E3
Text Example
Text Example
White with #DAE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2E3; }
p { color: rgb(218,226,227); }
H1.HeaderClassName
{
color: #DAE2E3;
}
.AnyTagClassName
{
color: #DAE2E3;
}
</style>
background-color css
<style>
a { background-color: #DAE2E3; }
a { background-color: rgb(218,226,227); }
div.DivClassName
{
background-color: #DAE2E3;
}
.BgClassName
{
background-color: #DAE2E3;
}
</style>
border-color css
<style>
span { border-color: #DAE2E3; }
span { border-color: rgb(218,226,227); }
td.TdClassName
{
border-color: #DAE2E3;
}
.TagClassName
{
border-color: #DAE2E3;
}
</style>