Shades of Zircon #DFE5E6
Tints of Zircon #DFE5E6
RGB
CMYK
RGB Variations
Color information
#DFE5E6 (or 0xDFE5E6) is known color: Zircon. HEX triplet: DF, E5 and E6. RGB value is (223,229,230). Sum of RGB (Red+Green+Blue) = 223+229+230=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5E6 is #201A19. Grayscale: #E3E3E3. Windows color (decimal): -2103834 or 15132127. OLE color: 15132127.
HSL color Cylindrical-coordinate representation of color #DFE5E6: hue angle of 188.57º degrees, saturation: 0.12, 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 #DFE5E6 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 229 | 230 | - |
CMYK | 0.03 | 0.00 | 0 | 0.10 |
HSL | 188.57º | 0.12% | 0.89% | - |
HSV(B) | 188.57º | 0.03% | 0.9% | - |
XYZ | 72.73 | 77.44 | 85.98 | - |
YUV | 227.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 229 | 230 | 0.03 | 0.00 | 0 | 0.10 | 188.57 | 0.12 | 0.89 |
Hex | DF | E5 | E6 | 3 | 0 | 0 | A | BD | C | 59 |
Octal | 337 | 345 | 346 | 3 | 0 | 0 | 12 | 275 | 14 | 131 |
Binary | 11011111 | 11100101 | 11100110 | 11 | 0 | 0 | 1010 | 10111101 | 1100 | 1011001 |
Color Harmonies of #DFE5E6
Complementary color
Monochromatic Colors of #DFE5E6
Black with #DFE5E6
Text Example
Text Example
White with #DFE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5E6; }
p { color: rgb(223,229,230); }
H1.HeaderClassName
{
color: #DFE5E6;
}
.AnyTagClassName
{
color: #DFE5E6;
}
</style>
background-color css
<style>
a { background-color: #DFE5E6; }
a { background-color: rgb(223,229,230); }
div.DivClassName
{
background-color: #DFE5E6;
}
.BgClassName
{
background-color: #DFE5E6;
}
</style>
border-color css
<style>
span { border-color: #DFE5E6; }
span { border-color: rgb(223,229,230); }
td.TdClassName
{
border-color: #DFE5E6;
}
.TagClassName
{
border-color: #DFE5E6;
}
</style>