Shades of Zircon #DCE5E4
Tints of Zircon #DCE5E4
RGB
CMYK
RGB Variations
Color information
#DCE5E4 (or 0xDCE5E4) is known color: Zircon. HEX triplet: DC, E5 and E4. RGB value is (220,229,228). Sum of RGB (Red+Green+Blue) = 220+229+228=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5E4 is #231A1B. Grayscale: #E2E2E2. Windows color (decimal): -2300444 or 15001052. OLE color: 15001052.
HSL color Cylindrical-coordinate representation of color #DCE5E4: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE5E4 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 228 | - |
CMYK | 0.04 | 0 | 0.00 | 0.10 |
HSL | 173.33º | 0.15% | 0.88% | - |
HSV(B) | 173.33º | 0.04% | 0.9% | - |
XYZ | 71.54 | 76.86 | 84.46 | - |
YUV | 226.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 228 | 0.04 | 0 | 0.00 | 0.10 | 173.33 | 0.15 | 0.88 |
Hex | DC | E5 | E4 | 4 | 0 | 0 | A | AD | F | 58 |
Octal | 334 | 345 | 344 | 4 | 0 | 0 | 12 | 255 | 17 | 130 |
Binary | 11011100 | 11100101 | 11100100 | 100 | 0 | 0 | 1010 | 10101101 | 1111 | 1011000 |
Color Harmonies of #DCE5E4
Complementary color
Monochromatic Colors of #DCE5E4
Black with #DCE5E4
Text Example
Text Example
White with #DCE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5E4; }
p { color: rgb(220,229,228); }
H1.HeaderClassName
{
color: #DCE5E4;
}
.AnyTagClassName
{
color: #DCE5E4;
}
</style>
background-color css
<style>
a { background-color: #DCE5E4; }
a { background-color: rgb(220,229,228); }
div.DivClassName
{
background-color: #DCE5E4;
}
.BgClassName
{
background-color: #DCE5E4;
}
</style>
border-color css
<style>
span { border-color: #DCE5E4; }
span { border-color: rgb(220,229,228); }
td.TdClassName
{
border-color: #DCE5E4;
}
.TagClassName
{
border-color: #DCE5E4;
}
</style>