Shades of White Ice #DDEDE6
Tints of White Ice #DDEDE6
RGB
CMYK
RGB Variations
Color information
#DDEDE6 (or 0xDDEDE6) is known color: White Ice. HEX triplet: DD, ED and E6. RGB value is (221,237,230). Sum of RGB (Red+Green+Blue) = 221+237+230=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE6 is #221219. Grayscale: #E7E7E7. Windows color (decimal): -2232858 or 15134173. OLE color: 15134173.
HSL color Cylindrical-coordinate representation of color #DDEDE6: hue angle of 153.75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDE6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 230 | - |
CMYK | 0.07 | 0 | 0.03 | 0.07 |
HSL | 153.75º | 0.31% | 0.9% | - |
HSV(B) | 153.75º | 0.07% | 0.93% | - |
XYZ | 74.39 | 81.65 | 86.7 | - |
YUV | 231.42 | 127.2 | 120.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 230 | 0.07 | 0 | 0.03 | 0.07 | 153.75 | 0.31 | 0.9 |
Hex | DD | ED | E6 | 7 | 0 | 3 | 7 | 9A | 1F | 5A |
Octal | 335 | 355 | 346 | 7 | 0 | 3 | 7 | 232 | 37 | 132 |
Binary | 11011101 | 11101101 | 11100110 | 111 | 0 | 11 | 111 | 10011010 | 11111 | 1011010 |
Color Harmonies of #DDEDE6
Complementary color
Monochromatic Colors of #DDEDE6
Black with #DDEDE6
Text Example
Text Example
White with #DDEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDE6; }
p { color: rgb(221,237,230); }
H1.HeaderClassName
{
color: #DDEDE6;
}
.AnyTagClassName
{
color: #DDEDE6;
}
</style>
background-color css
<style>
a { background-color: #DDEDE6; }
a { background-color: rgb(221,237,230); }
div.DivClassName
{
background-color: #DDEDE6;
}
.BgClassName
{
background-color: #DDEDE6;
}
</style>
border-color css
<style>
span { border-color: #DDEDE6; }
span { border-color: rgb(221,237,230); }
td.TdClassName
{
border-color: #DDEDE6;
}
.TagClassName
{
border-color: #DDEDE6;
}
</style>