Shades of Zircon #DCE8E7
Tints of Zircon #DCE8E7
RGB
CMYK
RGB Variations
Color information
#DCE8E7 (or 0xDCE8E7) is known color: Zircon. HEX triplet: DC, E8 and E7. RGB value is (220,232,231). Sum of RGB (Red+Green+Blue) = 220+232+231=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8E7 is #231718. Grayscale: #E4E4E4. Windows color (decimal): -2299673 or 15198428. OLE color: 15198428.
HSL color Cylindrical-coordinate representation of color #DCE8E7: hue angle of 175º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE8E7 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 231 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.09 |
| HSL | 175º | 0.21% | 0.89% | - |
| HSV(B) | 175º | 0.05% | 0.91% | - |
| XYZ | 72.8 | 78.7 | 86.95 | - |
| YUV | 228.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 231 | 0.05 | 0 | 0.00 | 0.09 | 175 | 0.21 | 0.89 |
| Hex | DC | E8 | E7 | 5 | 0 | 0 | 9 | AF | 15 | 59 |
| Octal | 334 | 350 | 347 | 5 | 0 | 0 | 11 | 257 | 25 | 131 |
| Binary | 11011100 | 11101000 | 11100111 | 101 | 0 | 0 | 1001 | 10101111 | 10101 | 1011001 |
Color Harmonies of #DCE8E7
Complementary color
Monochromatic Colors of #DCE8E7
Black with #DCE8E7
Text Example
Text Example
White with #DCE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8E7; }
p { color: rgb(220,232,231); }
H1.HeaderClassName
{
color: #DCE8E7;
}
.AnyTagClassName
{
color: #DCE8E7;
}
</style>
background-color css
<style>
a { background-color: #DCE8E7; }
a { background-color: rgb(220,232,231); }
div.DivClassName
{
background-color: #DCE8E7;
}
.BgClassName
{
background-color: #DCE8E7;
}
</style>
border-color css
<style>
span { border-color: #DCE8E7; }
span { border-color: rgb(220,232,231); }
td.TdClassName
{
border-color: #DCE8E7;
}
.TagClassName
{
border-color: #DCE8E7;
}
</style>