Shades of Zircon #DCE5E5
Tints of Zircon #DCE5E5
RGB
CMYK
RGB Variations
Color information
#DCE5E5 (or 0xDCE5E5) is known color: Zircon. HEX triplet: DC, E5 and E5. RGB value is (220,229,229). Sum of RGB (Red+Green+Blue) = 220+229+229=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #DCE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5E5 is #231A1A. Grayscale: #E2E2E2. Windows color (decimal): -2300443 or 15066588. OLE color: 15066588.
HSL color Cylindrical-coordinate representation of color #DCE5E5: hue angle of 180º 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 #DCE5E5 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 229 | - |
CMYK | 0.04 | 0 | 0 | 0.10 |
HSL | 180º | 0.15% | 0.88% | - |
HSV(B) | 180º | 0.04% | 0.9% | - |
XYZ | 71.68 | 76.91 | 85.2 | - |
YUV | 226.31 | 129.52 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 229 | 0.04 | 0 | 0 | 0.10 | 180 | 0.15 | 0.88 |
Hex | DC | E5 | E5 | 4 | 0 | 0 | A | B4 | F | 58 |
Octal | 334 | 345 | 345 | 4 | 0 | 0 | 12 | 264 | 17 | 130 |
Binary | 11011100 | 11100101 | 11100101 | 100 | 0 | 0 | 1010 | 10110100 | 1111 | 1011000 |
Color Harmonies of #DCE5E5
Complementary color
Monochromatic Colors of #DCE5E5
Black with #DCE5E5
Text Example
Text Example
White with #DCE5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5E5; }
p { color: rgb(220,229,229); }
H1.HeaderClassName
{
color: #DCE5E5;
}
.AnyTagClassName
{
color: #DCE5E5;
}
</style>
background-color css
<style>
a { background-color: #DCE5E5; }
a { background-color: rgb(220,229,229); }
div.DivClassName
{
background-color: #DCE5E5;
}
.BgClassName
{
background-color: #DCE5E5;
}
</style>
border-color css
<style>
span { border-color: #DCE5E5; }
span { border-color: rgb(220,229,229); }
td.TdClassName
{
border-color: #DCE5E5;
}
.TagClassName
{
border-color: #DCE5E5;
}
</style>