Shades of Zircon #DCE8E9
Tints of Zircon #DCE8E9
RGB
CMYK
RGB Variations
Color information
#DCE8E9 (or 0xDCE8E9) is known color: Zircon. HEX triplet: DC, E8 and E9. RGB value is (220,232,233). Sum of RGB (Red+Green+Blue) = 220+232+233=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8E9 is #231716. Grayscale: #E4E4E4. Windows color (decimal): -2299671 or 15329500. OLE color: 15329500.
HSL color Cylindrical-coordinate representation of color #DCE8E9: hue angle of 184.62º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE8E9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 233 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.09 |
| HSL | 184.62º | 0.23% | 0.89% | - |
| HSV(B) | 184.62º | 0.06% | 0.91% | - |
| XYZ | 73.08 | 78.81 | 88.45 | - |
| YUV | 228.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 233 | 0.06 | 0.00 | 0 | 0.09 | 184.62 | 0.23 | 0.89 |
| Hex | DC | E8 | E9 | 6 | 0 | 0 | 9 | B9 | 17 | 59 |
| Octal | 334 | 350 | 351 | 6 | 0 | 0 | 11 | 271 | 27 | 131 |
| Binary | 11011100 | 11101000 | 11101001 | 110 | 0 | 0 | 1001 | 10111001 | 10111 | 1011001 |
Color Harmonies of #DCE8E9
Complementary color
Monochromatic Colors of #DCE8E9
Black with #DCE8E9
Text Example
Text Example
White with #DCE8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8E9; }
p { color: rgb(220,232,233); }
H1.HeaderClassName
{
color: #DCE8E9;
}
.AnyTagClassName
{
color: #DCE8E9;
}
</style>
background-color css
<style>
a { background-color: #DCE8E9; }
a { background-color: rgb(220,232,233); }
div.DivClassName
{
background-color: #DCE8E9;
}
.BgClassName
{
background-color: #DCE8E9;
}
</style>
border-color css
<style>
span { border-color: #DCE8E9; }
span { border-color: rgb(220,232,233); }
td.TdClassName
{
border-color: #DCE8E9;
}
.TagClassName
{
border-color: #DCE8E9;
}
</style>