Shades of White Ice #DDEDE4
Tints of White Ice #DDEDE4
RGB
CMYK
RGB Variations
Color information
#DDEDE4 (or 0xDDEDE4) is known color: White Ice. HEX triplet: DD, ED and E4. RGB value is (221,237,228). Sum of RGB (Red+Green+Blue) = 221+237+228=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE4 is #22121B. Grayscale: #E7E7E7. Windows color (decimal): -2232860 or 15003101. OLE color: 15003101.
HSL color Cylindrical-coordinate representation of color #DDEDE4: hue angle of 146.25º 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 #DDEDE4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 228 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 146.25º | 0.31% | 0.9% | - |
HSV(B) | 146.25º | 0.07% | 0.93% | - |
XYZ | 74.11 | 81.54 | 85.23 | - |
YUV | 231.19 | 126.2 | 120.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 228 | 0.07 | 0 | 0.04 | 0.07 | 146.25 | 0.31 | 0.9 |
Hex | DD | ED | E4 | 7 | 0 | 4 | 7 | 92 | 1F | 5A |
Octal | 335 | 355 | 344 | 7 | 0 | 4 | 7 | 222 | 37 | 132 |
Binary | 11011101 | 11101101 | 11100100 | 111 | 0 | 100 | 111 | 10010010 | 11111 | 1011010 |
Color Harmonies of #DDEDE4
Complementary color
Monochromatic Colors of #DDEDE4
Black with #DDEDE4
Text Example
Text Example
White with #DDEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDE4; }
p { color: rgb(221,237,228); }
H1.HeaderClassName
{
color: #DDEDE4;
}
.AnyTagClassName
{
color: #DDEDE4;
}
</style>
background-color css
<style>
a { background-color: #DDEDE4; }
a { background-color: rgb(221,237,228); }
div.DivClassName
{
background-color: #DDEDE4;
}
.BgClassName
{
background-color: #DDEDE4;
}
</style>
border-color css
<style>
span { border-color: #DDEDE4; }
span { border-color: rgb(221,237,228); }
td.TdClassName
{
border-color: #DDEDE4;
}
.TagClassName
{
border-color: #DDEDE4;
}
</style>