Shades of White Ice #DDEEE5
Tints of White Ice #DDEEE5
RGB
CMYK
RGB Variations
Color information
#DDEEE5 (or 0xDDEEE5) is known color: White Ice. HEX triplet: DD, EE and E5. RGB value is (221,238,229). Sum of RGB (Red+Green+Blue) = 221+238+229=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE5 is #22111A. Grayscale: #E7E7E7. Windows color (decimal): -2232603 or 15068893. OLE color: 15068893.
HSL color Cylindrical-coordinate representation of color #DDEEE5: hue angle of 148.24º 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 #DDEEE5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 229 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 148.24º | 0.33% | 0.9% | - |
HSV(B) | 148.24º | 0.07% | 0.93% | - |
XYZ | 74.54 | 82.18 | 86.06 | - |
YUV | 231.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 229 | 0.07 | 0 | 0.04 | 0.07 | 148.24 | 0.33 | 0.9 |
Hex | DD | EE | E5 | 7 | 0 | 4 | 7 | 94 | 21 | 5A |
Octal | 335 | 356 | 345 | 7 | 0 | 4 | 7 | 224 | 41 | 132 |
Binary | 11011101 | 11101110 | 11100101 | 111 | 0 | 100 | 111 | 10010100 | 100001 | 1011010 |
Color Harmonies of #DDEEE5
Complementary color
Monochromatic Colors of #DDEEE5
Black with #DDEEE5
Text Example
Text Example
White with #DDEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE5; }
p { color: rgb(221,238,229); }
H1.HeaderClassName
{
color: #DDEEE5;
}
.AnyTagClassName
{
color: #DDEEE5;
}
</style>
background-color css
<style>
a { background-color: #DDEEE5; }
a { background-color: rgb(221,238,229); }
div.DivClassName
{
background-color: #DDEEE5;
}
.BgClassName
{
background-color: #DDEEE5;
}
</style>
border-color css
<style>
span { border-color: #DDEEE5; }
span { border-color: rgb(221,238,229); }
td.TdClassName
{
border-color: #DDEEE5;
}
.TagClassName
{
border-color: #DDEEE5;
}
</style>