Shades of Zircon #DFE3E4
Tints of Zircon #DFE3E4
RGB
CMYK
RGB Variations
Color information
#DFE3E4 (or 0xDFE3E4) is known color: Zircon. HEX triplet: DF, E3 and E4. RGB value is (223,227,228). Sum of RGB (Red+Green+Blue) = 223+227+228=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3E4 is #201C1B. Grayscale: #E1E1E1. Windows color (decimal): -2104348 or 15000543. OLE color: 15000543.
HSL color Cylindrical-coordinate representation of color #DFE3E4: hue angle of 192º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFE3E4 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 227 | 228 | - |
CMYK | 0.02 | 0.00 | 0 | 0.11 |
HSL | 192º | 0.08% | 0.88% | - |
HSV(B) | 192º | 0.02% | 0.89% | - |
XYZ | 71.9 | 76.23 | 84.32 | - |
YUV | 225.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 227 | 228 | 0.02 | 0.00 | 0 | 0.11 | 192 | 0.08 | 0.88 |
Hex | DF | E3 | E4 | 2 | 0 | 0 | B | C0 | 8 | 58 |
Octal | 337 | 343 | 344 | 2 | 0 | 0 | 13 | 300 | 10 | 130 |
Binary | 11011111 | 11100011 | 11100100 | 10 | 0 | 0 | 1011 | 11000000 | 1000 | 1011000 |
Color Harmonies of #DFE3E4
Complementary color
Monochromatic Colors of #DFE3E4
Black with #DFE3E4
Text Example
Text Example
White with #DFE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3E4; }
p { color: rgb(223,227,228); }
H1.HeaderClassName
{
color: #DFE3E4;
}
.AnyTagClassName
{
color: #DFE3E4;
}
</style>
background-color css
<style>
a { background-color: #DFE3E4; }
a { background-color: rgb(223,227,228); }
div.DivClassName
{
background-color: #DFE3E4;
}
.BgClassName
{
background-color: #DFE3E4;
}
</style>
border-color css
<style>
span { border-color: #DFE3E4; }
span { border-color: rgb(223,227,228); }
td.TdClassName
{
border-color: #DFE3E4;
}
.TagClassName
{
border-color: #DFE3E4;
}
</style>