Shades of Zircon #DCEAE9
Tints of Zircon #DCEAE9
RGB
CMYK
RGB Variations
Color information
#DCEAE9 (or 0xDCEAE9) is known color: Zircon. HEX triplet: DC, EA and E9. RGB value is (220,234,233). Sum of RGB (Red+Green+Blue) = 220+234+233=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAE9 is #231516. Grayscale: #E5E5E5. Windows color (decimal): -2299159 or 15330012. OLE color: 15330012.
HSL color Cylindrical-coordinate representation of color #DCEAE9: hue angle of 175.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEAE9 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 233 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.08 |
| HSL | 175.71º | 0.25% | 0.89% | - |
| HSV(B) | 175.71º | 0.06% | 0.92% | - |
| XYZ | 73.65 | 79.94 | 88.64 | - |
| YUV | 229.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 233 | 0.06 | 0 | 0.00 | 0.08 | 175.71 | 0.25 | 0.89 |
| Hex | DC | EA | E9 | 6 | 0 | 0 | 8 | B0 | 19 | 59 |
| Octal | 334 | 352 | 351 | 6 | 0 | 0 | 10 | 260 | 31 | 131 |
| Binary | 11011100 | 11101010 | 11101001 | 110 | 0 | 0 | 1000 | 10110000 | 11001 | 1011001 |
Color Harmonies of #DCEAE9
Complementary color
Monochromatic Colors of #DCEAE9
Black with #DCEAE9
Text Example
Text Example
White with #DCEAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAE9; }
p { color: rgb(220,234,233); }
H1.HeaderClassName
{
color: #DCEAE9;
}
.AnyTagClassName
{
color: #DCEAE9;
}
</style>
background-color css
<style>
a { background-color: #DCEAE9; }
a { background-color: rgb(220,234,233); }
div.DivClassName
{
background-color: #DCEAE9;
}
.BgClassName
{
background-color: #DCEAE9;
}
</style>
border-color css
<style>
span { border-color: #DCEAE9; }
span { border-color: rgb(220,234,233); }
td.TdClassName
{
border-color: #DCEAE9;
}
.TagClassName
{
border-color: #DCEAE9;
}
</style>