Shades of Zircon #DDE9EA
Tints of Zircon #DDE9EA
RGB
CMYK
RGB Variations
Color information
#DDE9EA (or 0xDDE9EA) is known color: Zircon. HEX triplet: DD, E9 and EA. RGB value is (221,233,234). Sum of RGB (Red+Green+Blue) = 221+233+234=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9EA is #221615. Grayscale: #E5E5E5. Windows color (decimal): -2233878 or 15395293. OLE color: 15395293.
HSL color Cylindrical-coordinate representation of color #DDE9EA: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE9EA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 233 | 234 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.08 |
| HSL | 184.62º | 0.24% | 0.89% | - |
| HSV(B) | 184.62º | 0.06% | 0.92% | - |
| XYZ | 73.81 | 79.59 | 89.31 | - |
| YUV | 229.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 234 | 0.06 | 0.00 | 0 | 0.08 | 184.62 | 0.24 | 0.89 |
| Hex | DD | E9 | EA | 6 | 0 | 0 | 8 | B9 | 18 | 59 |
| Octal | 335 | 351 | 352 | 6 | 0 | 0 | 10 | 271 | 30 | 131 |
| Binary | 11011101 | 11101001 | 11101010 | 110 | 0 | 0 | 1000 | 10111001 | 11000 | 1011001 |
Color Harmonies of #DDE9EA
Complementary color
Monochromatic Colors of #DDE9EA
Black with #DDE9EA
Text Example
Text Example
White with #DDE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9EA; }
p { color: rgb(221,233,234); }
H1.HeaderClassName
{
color: #DDE9EA;
}
.AnyTagClassName
{
color: #DDE9EA;
}
</style>
background-color css
<style>
a { background-color: #DDE9EA; }
a { background-color: rgb(221,233,234); }
div.DivClassName
{
background-color: #DDE9EA;
}
.BgClassName
{
background-color: #DDE9EA;
}
</style>
border-color css
<style>
span { border-color: #DDE9EA; }
span { border-color: rgb(221,233,234); }
td.TdClassName
{
border-color: #DDE9EA;
}
.TagClassName
{
border-color: #DDE9EA;
}
</style>