Shades of Zircon #DCE0E1
Tints of Zircon #DCE0E1
RGB
CMYK
RGB Variations
Color information
#DCE0E1 (or 0xDCE0E1) is known color: Zircon. HEX triplet: DC, E0 and E1. RGB value is (220,224,225). Sum of RGB (Red+Green+Blue) = 220+224+225=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0E1 is #231F1E. Grayscale: #DEDEDE. Windows color (decimal): -2301727 or 14803164. OLE color: 14803164.
HSL color Cylindrical-coordinate representation of color #DCE0E1: hue angle of 192º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCE0E1 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 225 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.12 |
| HSL | 192º | 0.08% | 0.87% | - |
| HSV(B) | 192º | 0.02% | 0.88% | - |
| XYZ | 69.76 | 73.96 | 81.83 | - |
| YUV | 222.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 225 | 0.02 | 0.00 | 0 | 0.12 | 192 | 0.08 | 0.87 |
| Hex | DC | E0 | E1 | 2 | 0 | 0 | C | C0 | 8 | 57 |
| Octal | 334 | 340 | 341 | 2 | 0 | 0 | 14 | 300 | 10 | 127 |
| Binary | 11011100 | 11100000 | 11100001 | 10 | 0 | 0 | 1100 | 11000000 | 1000 | 1010111 |
Color Harmonies of #DCE0E1
Complementary color
Monochromatic Colors of #DCE0E1
Black with #DCE0E1
Text Example
Text Example
White with #DCE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0E1; }
p { color: rgb(220,224,225); }
H1.HeaderClassName
{
color: #DCE0E1;
}
.AnyTagClassName
{
color: #DCE0E1;
}
</style>
background-color css
<style>
a { background-color: #DCE0E1; }
a { background-color: rgb(220,224,225); }
div.DivClassName
{
background-color: #DCE0E1;
}
.BgClassName
{
background-color: #DCE0E1;
}
</style>
border-color css
<style>
span { border-color: #DCE0E1; }
span { border-color: rgb(220,224,225); }
td.TdClassName
{
border-color: #DCE0E1;
}
.TagClassName
{
border-color: #DCE0E1;
}
</style>