Shades of Zircon #DDE7E9
Tints of Zircon #DDE7E9
RGB
CMYK
RGB Variations
Color information
#DDE7E9 (or 0xDDE7E9) is known color: Zircon. HEX triplet: DD, E7 and E9. RGB value is (221,231,233). Sum of RGB (Red+Green+Blue) = 221+231+233=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7E9 is #221816. Grayscale: #E4E4E4. Windows color (decimal): -2234391 or 15329245. OLE color: 15329245.
HSL color Cylindrical-coordinate representation of color #DDE7E9: hue angle of 190º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE7E9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 233 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.09 |
| HSL | 190º | 0.21% | 0.89% | - |
| HSV(B) | 190º | 0.05% | 0.91% | - |
| XYZ | 73.1 | 78.41 | 88.37 | - |
| YUV | 228.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 233 | 0.05 | 0.01 | 0 | 0.09 | 190 | 0.21 | 0.89 |
| Hex | DD | E7 | E9 | 5 | 1 | 0 | 9 | BE | 15 | 59 |
| Octal | 335 | 347 | 351 | 5 | 1 | 0 | 11 | 276 | 25 | 131 |
| Binary | 11011101 | 11100111 | 11101001 | 101 | 1 | 0 | 1001 | 10111110 | 10101 | 1011001 |
Color Harmonies of #DDE7E9
Complementary color
Monochromatic Colors of #DDE7E9
Black with #DDE7E9
Text Example
Text Example
White with #DDE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7E9; }
p { color: rgb(221,231,233); }
H1.HeaderClassName
{
color: #DDE7E9;
}
.AnyTagClassName
{
color: #DDE7E9;
}
</style>
background-color css
<style>
a { background-color: #DDE7E9; }
a { background-color: rgb(221,231,233); }
div.DivClassName
{
background-color: #DDE7E9;
}
.BgClassName
{
background-color: #DDE7E9;
}
</style>
border-color css
<style>
span { border-color: #DDE7E9; }
span { border-color: rgb(221,231,233); }
td.TdClassName
{
border-color: #DDE7E9;
}
.TagClassName
{
border-color: #DDE7E9;
}
</style>