Shades of White Ice #DDFDED
Tints of White Ice #DDFDED
RGB
CMYK
RGB Variations
Color information
#DDFDED (or 0xDDFDED) is known color: White Ice. HEX triplet: DD, FD and ED. RGB value is (221,253,237). Sum of RGB (Red+Green+Blue) = 221+253+237=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDED is #220212. Grayscale: #F1F1F1. Windows color (decimal): -2228755 or 15597021. OLE color: 15597021.
HSL color Cylindrical-coordinate representation of color #DDFDED: hue angle of 150º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 237 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 150º | 0.89% | 0.93% | - |
HSV(B) | 150º | 0.13% | 0.99% | - |
XYZ | 80.23 | 91.74 | 93.6 | - |
YUV | 241.61 | 125.4 | 113.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 237 | 0.13 | 0 | 0.06 | 0.01 | 150 | 0.89 | 0.93 |
Hex | DD | FD | ED | D | 0 | 6 | 1 | 96 | 59 | 5D |
Octal | 335 | 375 | 355 | 15 | 0 | 6 | 1 | 226 | 131 | 135 |
Binary | 11011101 | 11111101 | 11101101 | 1101 | 0 | 110 | 1 | 10010110 | 1011001 | 1011101 |
Color Harmonies of #DDFDED
Complementary color
Monochromatic Colors of #DDFDED
Black with #DDFDED
Text Example
Text Example
White with #DDFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDED; }
p { color: rgb(221,253,237); }
H1.HeaderClassName
{
color: #DDFDED;
}
.AnyTagClassName
{
color: #DDFDED;
}
</style>
background-color css
<style>
a { background-color: #DDFDED; }
a { background-color: rgb(221,253,237); }
div.DivClassName
{
background-color: #DDFDED;
}
.BgClassName
{
background-color: #DDFDED;
}
</style>
border-color css
<style>
span { border-color: #DDFDED; }
span { border-color: rgb(221,253,237); }
td.TdClassName
{
border-color: #DDFDED;
}
.TagClassName
{
border-color: #DDFDED;
}
</style>