Shades of White Ice #DDEEE7
Tints of White Ice #DDEEE7
RGB
CMYK
RGB Variations
Color information
#DDEEE7 (or 0xDDEEE7) is known color: White Ice. HEX triplet: DD, EE and E7. RGB value is (221,238,231). Sum of RGB (Red+Green+Blue) = 221+238+231=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE7 is #221118. Grayscale: #E8E8E8. Windows color (decimal): -2232601 or 15199965. OLE color: 15199965.
HSL color Cylindrical-coordinate representation of color #DDEEE7: hue angle of 155.29º degrees, saturation: 0.33, 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 #DDEEE7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 231 | - |
CMYK | 0.07 | 0 | 0.03 | 0.07 |
HSL | 155.29º | 0.33% | 0.9% | - |
HSV(B) | 155.29º | 0.07% | 0.93% | - |
XYZ | 74.82 | 82.29 | 87.54 | - |
YUV | 232.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 231 | 0.07 | 0 | 0.03 | 0.07 | 155.29 | 0.33 | 0.9 |
Hex | DD | EE | E7 | 7 | 0 | 3 | 7 | 9B | 21 | 5A |
Octal | 335 | 356 | 347 | 7 | 0 | 3 | 7 | 233 | 41 | 132 |
Binary | 11011101 | 11101110 | 11100111 | 111 | 0 | 11 | 111 | 10011011 | 100001 | 1011010 |
Color Harmonies of #DDEEE7
Complementary color
Monochromatic Colors of #DDEEE7
Black with #DDEEE7
Text Example
Text Example
White with #DDEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE7; }
p { color: rgb(221,238,231); }
H1.HeaderClassName
{
color: #DDEEE7;
}
.AnyTagClassName
{
color: #DDEEE7;
}
</style>
background-color css
<style>
a { background-color: #DDEEE7; }
a { background-color: rgb(221,238,231); }
div.DivClassName
{
background-color: #DDEEE7;
}
.BgClassName
{
background-color: #DDEEE7;
}
</style>
border-color css
<style>
span { border-color: #DDEEE7; }
span { border-color: rgb(221,238,231); }
td.TdClassName
{
border-color: #DDEEE7;
}
.TagClassName
{
border-color: #DDEEE7;
}
</style>