Shades of Zircon #DCE7E6
Tints of Zircon #DCE7E6
RGB
CMYK
RGB Variations
Color information
#DCE7E6 (or 0xDCE7E6) is known color: Zircon. HEX triplet: DC, E7 and E6. RGB value is (220,231,230). Sum of RGB (Red+Green+Blue) = 220+231+230=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7E6 is #231819. Grayscale: #E3E3E3. Windows color (decimal): -2299930 or 15132636. OLE color: 15132636.
HSL color Cylindrical-coordinate representation of color #DCE7E6: hue angle of 174.55º 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 #DCE7E6 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 231 | 230 | - |
CMYK | 0.05 | 0 | 0.00 | 0.09 |
HSL | 174.55º | 0.19% | 0.88% | - |
HSV(B) | 174.55º | 0.05% | 0.91% | - |
XYZ | 72.37 | 78.08 | 86.12 | - |
YUV | 227.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 230 | 0.05 | 0 | 0.00 | 0.09 | 174.55 | 0.19 | 0.88 |
Hex | DC | E7 | E6 | 5 | 0 | 0 | 9 | AF | 13 | 58 |
Octal | 334 | 347 | 346 | 5 | 0 | 0 | 11 | 257 | 23 | 130 |
Binary | 11011100 | 11100111 | 11100110 | 101 | 0 | 0 | 1001 | 10101111 | 10011 | 1011000 |
Color Harmonies of #DCE7E6
Complementary color
Monochromatic Colors of #DCE7E6
Black with #DCE7E6
Text Example
Text Example
White with #DCE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7E6; }
p { color: rgb(220,231,230); }
H1.HeaderClassName
{
color: #DCE7E6;
}
.AnyTagClassName
{
color: #DCE7E6;
}
</style>
background-color css
<style>
a { background-color: #DCE7E6; }
a { background-color: rgb(220,231,230); }
div.DivClassName
{
background-color: #DCE7E6;
}
.BgClassName
{
background-color: #DCE7E6;
}
</style>
border-color css
<style>
span { border-color: #DCE7E6; }
span { border-color: rgb(220,231,230); }
td.TdClassName
{
border-color: #DCE7E6;
}
.TagClassName
{
border-color: #DCE7E6;
}
</style>