Shades of Zircon #DFE7E8
Tints of Zircon #DFE7E8
RGB
CMYK
RGB Variations
Color information
#DFE7E8 (or 0xDFE7E8) is known color: Zircon. HEX triplet: DF, E7 and E8. RGB value is (223,231,232). Sum of RGB (Red+Green+Blue) = 223+231+232=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFE7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7E8 is #201817. Grayscale: #E4E4E4. Windows color (decimal): -2103320 or 15263711. OLE color: 15263711.
HSL color Cylindrical-coordinate representation of color #DFE7E8: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE7E8 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 232 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.09 |
| HSL | 186.67º | 0.16% | 0.89% | - |
| HSV(B) | 186.67º | 0.04% | 0.91% | - |
| XYZ | 73.57 | 78.67 | 87.65 | - |
| YUV | 228.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 232 | 0.04 | 0.00 | 0 | 0.09 | 186.67 | 0.16 | 0.89 |
| Hex | DF | E7 | E8 | 4 | 0 | 0 | 9 | BB | 10 | 59 |
| Octal | 337 | 347 | 350 | 4 | 0 | 0 | 11 | 273 | 20 | 131 |
| Binary | 11011111 | 11100111 | 11101000 | 100 | 0 | 0 | 1001 | 10111011 | 10000 | 1011001 |
Color Harmonies of #DFE7E8
Complementary color
Monochromatic Colors of #DFE7E8
Black with #DFE7E8
Text Example
Text Example
White with #DFE7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7E8; }
p { color: rgb(223,231,232); }
H1.HeaderClassName
{
color: #DFE7E8;
}
.AnyTagClassName
{
color: #DFE7E8;
}
</style>
background-color css
<style>
a { background-color: #DFE7E8; }
a { background-color: rgb(223,231,232); }
div.DivClassName
{
background-color: #DFE7E8;
}
.BgClassName
{
background-color: #DFE7E8;
}
</style>
border-color css
<style>
span { border-color: #DFE7E8; }
span { border-color: rgb(223,231,232); }
td.TdClassName
{
border-color: #DFE7E8;
}
.TagClassName
{
border-color: #DFE7E8;
}
</style>