Shades of Zircon #DCE4E5
Tints of Zircon #DCE4E5
RGB
CMYK
RGB Variations
Color information
#DCE4E5 (or 0xDCE4E5) is known color: Zircon. HEX triplet: DC, E4 and E5. RGB value is (220,228,229). Sum of RGB (Red+Green+Blue) = 220+228+229=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4E5 is #231B1A. Grayscale: #E1E1E1. Windows color (decimal): -2300699 or 15066332. OLE color: 15066332.
HSL color Cylindrical-coordinate representation of color #DCE4E5: hue angle of 186.67º 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 #DCE4E5 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 228 | 229 | - |
CMYK | 0.04 | 0.00 | 0 | 0.10 |
HSL | 186.67º | 0.15% | 0.88% | - |
HSV(B) | 186.67º | 0.04% | 0.9% | - |
XYZ | 71.4 | 76.36 | 85.1 | - |
YUV | 225.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 229 | 0.04 | 0.00 | 0 | 0.10 | 186.67 | 0.15 | 0.88 |
Hex | DC | E4 | E5 | 4 | 0 | 0 | A | BB | F | 58 |
Octal | 334 | 344 | 345 | 4 | 0 | 0 | 12 | 273 | 17 | 130 |
Binary | 11011100 | 11100100 | 11100101 | 100 | 0 | 0 | 1010 | 10111011 | 1111 | 1011000 |
Color Harmonies of #DCE4E5
Complementary color
Monochromatic Colors of #DCE4E5
Black with #DCE4E5
Text Example
Text Example
White with #DCE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4E5; }
p { color: rgb(220,228,229); }
H1.HeaderClassName
{
color: #DCE4E5;
}
.AnyTagClassName
{
color: #DCE4E5;
}
</style>
background-color css
<style>
a { background-color: #DCE4E5; }
a { background-color: rgb(220,228,229); }
div.DivClassName
{
background-color: #DCE4E5;
}
.BgClassName
{
background-color: #DCE4E5;
}
</style>
border-color css
<style>
span { border-color: #DCE4E5; }
span { border-color: rgb(220,228,229); }
td.TdClassName
{
border-color: #DCE4E5;
}
.TagClassName
{
border-color: #DCE4E5;
}
</style>