Shades of Zircon #DCE5E7
Tints of Zircon #DCE5E7
RGB
CMYK
RGB Variations
Color information
#DCE5E7 (or 0xDCE5E7) is known color: Zircon. HEX triplet: DC, E5 and E7. RGB value is (220,229,231). Sum of RGB (Red+Green+Blue) = 220+229+231=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5E7 is #231A18. Grayscale: #E2E2E2. Windows color (decimal): -2300441 or 15197660. OLE color: 15197660.
HSL color Cylindrical-coordinate representation of color #DCE5E7: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE5E7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 229 | 231 | - |
CMYK | 0.05 | 0.01 | 0 | 0.09 |
HSL | 190.91º | 0.19% | 0.88% | - |
HSV(B) | 190.91º | 0.05% | 0.91% | - |
XYZ | 71.96 | 77.02 | 86.68 | - |
YUV | 226.54 | 130.52 | 123.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 231 | 0.05 | 0.01 | 0 | 0.09 | 190.91 | 0.19 | 0.88 |
Hex | DC | E5 | E7 | 5 | 1 | 0 | 9 | BF | 13 | 58 |
Octal | 334 | 345 | 347 | 5 | 1 | 0 | 11 | 277 | 23 | 130 |
Binary | 11011100 | 11100101 | 11100111 | 101 | 1 | 0 | 1001 | 10111111 | 10011 | 1011000 |
Color Harmonies of #DCE5E7
Complementary color
Monochromatic Colors of #DCE5E7
Black with #DCE5E7
Text Example
Text Example
White with #DCE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5E7; }
p { color: rgb(220,229,231); }
H1.HeaderClassName
{
color: #DCE5E7;
}
.AnyTagClassName
{
color: #DCE5E7;
}
</style>
background-color css
<style>
a { background-color: #DCE5E7; }
a { background-color: rgb(220,229,231); }
div.DivClassName
{
background-color: #DCE5E7;
}
.BgClassName
{
background-color: #DCE5E7;
}
</style>
border-color css
<style>
span { border-color: #DCE5E7; }
span { border-color: rgb(220,229,231); }
td.TdClassName
{
border-color: #DCE5E7;
}
.TagClassName
{
border-color: #DCE5E7;
}
</style>