Shades of Zircon #DFEAEA
Tints of Zircon #DFEAEA
RGB
CMYK
RGB Variations
Color information
#DFEAEA (or 0xDFEAEA) is known color: Zircon. HEX triplet: DF, EA and EA. RGB value is (223,234,234). Sum of RGB (Red+Green+Blue) = 223+234+234=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #DFEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAEA is #201515. Grayscale: #E6E6E6. Windows color (decimal): -2102550 or 15395551. OLE color: 15395551.
HSL color Cylindrical-coordinate representation of color #DFEAEA: hue angle of 180º degrees, saturation: 0.21, 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 #DFEAEA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 234 | - |
| CMYK | 0.05 | 0 | 0 | 0.08 |
| HSL | 180º | 0.21% | 0.9% | - |
| HSV(B) | 180º | 0.05% | 0.92% | - |
| XYZ | 74.71 | 80.47 | 89.44 | - |
| YUV | 230.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 234 | 0.05 | 0 | 0 | 0.08 | 180 | 0.21 | 0.9 |
| Hex | DF | EA | EA | 5 | 0 | 0 | 8 | B4 | 15 | 5A |
| Octal | 337 | 352 | 352 | 5 | 0 | 0 | 10 | 264 | 25 | 132 |
| Binary | 11011111 | 11101010 | 11101010 | 101 | 0 | 0 | 1000 | 10110100 | 10101 | 1011010 |
Color Harmonies of #DFEAEA
Complementary color
Monochromatic Colors of #DFEAEA
Black with #DFEAEA
Text Example
Text Example
White with #DFEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAEA; }
p { color: rgb(223,234,234); }
H1.HeaderClassName
{
color: #DFEAEA;
}
.AnyTagClassName
{
color: #DFEAEA;
}
</style>
background-color css
<style>
a { background-color: #DFEAEA; }
a { background-color: rgb(223,234,234); }
div.DivClassName
{
background-color: #DFEAEA;
}
.BgClassName
{
background-color: #DFEAEA;
}
</style>
border-color css
<style>
span { border-color: #DFEAEA; }
span { border-color: rgb(223,234,234); }
td.TdClassName
{
border-color: #DFEAEA;
}
.TagClassName
{
border-color: #DFEAEA;
}
</style>