Shades of Zircon #DFEBED
Tints of Zircon #DFEBED
RGB
CMYK
RGB Variations
Color information
#DFEBED (or 0xDFEBED) is known color: Zircon. HEX triplet: DF, EB and ED. RGB value is (223,235,237). Sum of RGB (Red+Green+Blue) = 223+235+237=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBED is #201412. Grayscale: #E7E7E7. Windows color (decimal): -2102291 or 15592415. OLE color: 15592415.
HSL color Cylindrical-coordinate representation of color #DFEBED: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEBED is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 235 | 237 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.07 |
| HSL | 188.57º | 0.28% | 0.9% | - |
| HSV(B) | 188.57º | 0.06% | 0.93% | - |
| XYZ | 75.43 | 81.22 | 91.82 | - |
| YUV | 231.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 237 | 0.06 | 0.01 | 0 | 0.07 | 188.57 | 0.28 | 0.9 |
| Hex | DF | EB | ED | 6 | 1 | 0 | 7 | BD | 1C | 5A |
| Octal | 337 | 353 | 355 | 6 | 1 | 0 | 7 | 275 | 34 | 132 |
| Binary | 11011111 | 11101011 | 11101101 | 110 | 1 | 0 | 111 | 10111101 | 11100 | 1011010 |
Color Harmonies of #DFEBED
Complementary color
Monochromatic Colors of #DFEBED
Black with #DFEBED
Text Example
Text Example
White with #DFEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBED; }
p { color: rgb(223,235,237); }
H1.HeaderClassName
{
color: #DFEBED;
}
.AnyTagClassName
{
color: #DFEBED;
}
</style>
background-color css
<style>
a { background-color: #DFEBED; }
a { background-color: rgb(223,235,237); }
div.DivClassName
{
background-color: #DFEBED;
}
.BgClassName
{
background-color: #DFEBED;
}
</style>
border-color css
<style>
span { border-color: #DFEBED; }
span { border-color: rgb(223,235,237); }
td.TdClassName
{
border-color: #DFEBED;
}
.TagClassName
{
border-color: #DFEBED;
}
</style>