Shades of Zircon #DDE5E6
Tints of Zircon #DDE5E6
RGB
CMYK
RGB Variations
Color information
#DDE5E6 (or 0xDDE5E6) is known color: Zircon. HEX triplet: DD, E5 and E6. RGB value is (221,229,230). Sum of RGB (Red+Green+Blue) = 221+229+230=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5E6 is #221A19. Grayscale: #E2E2E2. Windows color (decimal): -2234906 or 15132125. OLE color: 15132125.
HSL color Cylindrical-coordinate representation of color #DDE5E6: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE5E6 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 229 | 230 | - |
CMYK | 0.04 | 0.00 | 0 | 0.10 |
HSL | 186.67º | 0.15% | 0.88% | - |
HSV(B) | 186.67º | 0.04% | 0.9% | - |
XYZ | 72.12 | 77.12 | 85.95 | - |
YUV | 226.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 229 | 230 | 0.04 | 0.00 | 0 | 0.10 | 186.67 | 0.15 | 0.88 |
Hex | DD | E5 | E6 | 4 | 0 | 0 | A | BB | F | 58 |
Octal | 335 | 345 | 346 | 4 | 0 | 0 | 12 | 273 | 17 | 130 |
Binary | 11011101 | 11100101 | 11100110 | 100 | 0 | 0 | 1010 | 10111011 | 1111 | 1011000 |
Color Harmonies of #DDE5E6
Complementary color
Monochromatic Colors of #DDE5E6
Black with #DDE5E6
Text Example
Text Example
White with #DDE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5E6; }
p { color: rgb(221,229,230); }
H1.HeaderClassName
{
color: #DDE5E6;
}
.AnyTagClassName
{
color: #DDE5E6;
}
</style>
background-color css
<style>
a { background-color: #DDE5E6; }
a { background-color: rgb(221,229,230); }
div.DivClassName
{
background-color: #DDE5E6;
}
.BgClassName
{
background-color: #DDE5E6;
}
</style>
border-color css
<style>
span { border-color: #DDE5E6; }
span { border-color: rgb(221,229,230); }
td.TdClassName
{
border-color: #DDE5E6;
}
.TagClassName
{
border-color: #DDE5E6;
}
</style>