Shades of Zircon #DFEBEA
Tints of Zircon #DFEBEA
RGB
CMYK
RGB Variations
Color information
#DFEBEA (or 0xDFEBEA) is known color: Zircon. HEX triplet: DF, EB and EA. RGB value is (223,235,234). Sum of RGB (Red+Green+Blue) = 223+235+234=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBEA is #201415. Grayscale: #E7E7E7. Windows color (decimal): -2102294 or 15395807. OLE color: 15395807.
HSL color Cylindrical-coordinate representation of color #DFEBEA: hue angle of 175º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEBEA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 234 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.08 |
| HSL | 175º | 0.23% | 0.9% | - |
| HSV(B) | 175º | 0.05% | 0.92% | - |
| XYZ | 74.99 | 81.05 | 89.53 | - |
| YUV | 231.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 234 | 0.05 | 0 | 0.00 | 0.08 | 175 | 0.23 | 0.9 |
| Hex | DF | EB | EA | 5 | 0 | 0 | 8 | AF | 17 | 5A |
| Octal | 337 | 353 | 352 | 5 | 0 | 0 | 10 | 257 | 27 | 132 |
| Binary | 11011111 | 11101011 | 11101010 | 101 | 0 | 0 | 1000 | 10101111 | 10111 | 1011010 |
Color Harmonies of #DFEBEA
Complementary color
Monochromatic Colors of #DFEBEA
Black with #DFEBEA
Text Example
Text Example
White with #DFEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBEA; }
p { color: rgb(223,235,234); }
H1.HeaderClassName
{
color: #DFEBEA;
}
.AnyTagClassName
{
color: #DFEBEA;
}
</style>
background-color css
<style>
a { background-color: #DFEBEA; }
a { background-color: rgb(223,235,234); }
div.DivClassName
{
background-color: #DFEBEA;
}
.BgClassName
{
background-color: #DFEBEA;
}
</style>
border-color css
<style>
span { border-color: #DFEBEA; }
span { border-color: rgb(223,235,234); }
td.TdClassName
{
border-color: #DFEBEA;
}
.TagClassName
{
border-color: #DFEBEA;
}
</style>