Shades of Zircon #DFE4E5
Tints of Zircon #DFE4E5
RGB
CMYK
RGB Variations
Color information
#DFE4E5 (or 0xDFE4E5) is known color: Zircon. HEX triplet: DF, E4 and E5. RGB value is (223,228,229). Sum of RGB (Red+Green+Blue) = 223+228+229=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4E5 is #201B1A. Grayscale: #E2E2E2. Windows color (decimal): -2104091 or 15066335. OLE color: 15066335.
HSL color Cylindrical-coordinate representation of color #DFE4E5: hue angle of 190º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE4E5 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 228 | 229 | - |
CMYK | 0.03 | 0.00 | 0 | 0.10 |
HSL | 190º | 0.1% | 0.89% | - |
HSV(B) | 190º | 0.03% | 0.9% | - |
XYZ | 72.32 | 76.83 | 85.15 | - |
YUV | 226.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 228 | 229 | 0.03 | 0.00 | 0 | 0.10 | 190 | 0.1 | 0.89 |
Hex | DF | E4 | E5 | 3 | 0 | 0 | A | BE | A | 59 |
Octal | 337 | 344 | 345 | 3 | 0 | 0 | 12 | 276 | 12 | 131 |
Binary | 11011111 | 11100100 | 11100101 | 11 | 0 | 0 | 1010 | 10111110 | 1010 | 1011001 |
Color Harmonies of #DFE4E5
Complementary color
Monochromatic Colors of #DFE4E5
Black with #DFE4E5
Text Example
Text Example
White with #DFE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4E5; }
p { color: rgb(223,228,229); }
H1.HeaderClassName
{
color: #DFE4E5;
}
.AnyTagClassName
{
color: #DFE4E5;
}
</style>
background-color css
<style>
a { background-color: #DFE4E5; }
a { background-color: rgb(223,228,229); }
div.DivClassName
{
background-color: #DFE4E5;
}
.BgClassName
{
background-color: #DFE4E5;
}
</style>
border-color css
<style>
span { border-color: #DFE4E5; }
span { border-color: rgb(223,228,229); }
td.TdClassName
{
border-color: #DFE4E5;
}
.TagClassName
{
border-color: #DFE4E5;
}
</style>