Shades of Zircon #DDE4E5
Tints of Zircon #DDE4E5
RGB
CMYK
RGB Variations
Color information
#DDE4E5 (or 0xDDE4E5) is known color: Zircon. HEX triplet: DD, E4 and E5. RGB value is (221,228,229). Sum of RGB (Red+Green+Blue) = 221+228+229=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4E5 is #221B1A. Grayscale: #E2E2E2. Windows color (decimal): -2235163 or 15066333. OLE color: 15066333.
HSL color Cylindrical-coordinate representation of color #DDE4E5: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE4E5 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 228 | 229 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.10 |
| HSL | 187.5º | 0.13% | 0.88% | - |
| HSV(B) | 187.5º | 0.03% | 0.9% | - |
| XYZ | 71.71 | 76.52 | 85.12 | - |
| YUV | 226.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 229 | 0.03 | 0.00 | 0 | 0.10 | 187.5 | 0.13 | 0.88 |
| Hex | DD | E4 | E5 | 3 | 0 | 0 | A | BC | D | 58 |
| Octal | 335 | 344 | 345 | 3 | 0 | 0 | 12 | 274 | 15 | 130 |
| Binary | 11011101 | 11100100 | 11100101 | 11 | 0 | 0 | 1010 | 10111100 | 1101 | 1011000 |
Color Harmonies of #DDE4E5
Complementary color
Monochromatic Colors of #DDE4E5
Black with #DDE4E5
Text Example
Text Example
White with #DDE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4E5; }
p { color: rgb(221,228,229); }
H1.HeaderClassName
{
color: #DDE4E5;
}
.AnyTagClassName
{
color: #DDE4E5;
}
</style>
background-color css
<style>
a { background-color: #DDE4E5; }
a { background-color: rgb(221,228,229); }
div.DivClassName
{
background-color: #DDE4E5;
}
.BgClassName
{
background-color: #DDE4E5;
}
</style>
border-color css
<style>
span { border-color: #DDE4E5; }
span { border-color: rgb(221,228,229); }
td.TdClassName
{
border-color: #DDE4E5;
}
.TagClassName
{
border-color: #DDE4E5;
}
</style>