Shades of White Ice #CDF5DD
Tints of White Ice #CDF5DD
RGB
CMYK
RGB Variations
Color information
#CDF5DD (or 0xCDF5DD) is known color: White Ice. HEX triplet: CD, F5 and DD. RGB value is (205,245,221). Sum of RGB (Red+Green+Blue) = 205+245+221=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5DD is #320A22. Grayscale: #E6E6E6. Windows color (decimal): -3279395 or 14546381. OLE color: 14546381.
HSL color Cylindrical-coordinate representation of color #CDF5DD: hue angle of 144º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF5DD is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 221 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.04 |
| HSL | 144º | 0.67% | 0.88% | - |
| HSV(B) | 144º | 0.16% | 0.96% | - |
| XYZ | 70.88 | 83.5 | 80.79 | - |
| YUV | 230.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 221 | 0.16 | 0 | 0.10 | 0.04 | 144 | 0.67 | 0.88 |
| Hex | CD | F5 | DD | 10 | 0 | A | 4 | 90 | 43 | 58 |
| Octal | 315 | 365 | 335 | 20 | 0 | 12 | 4 | 220 | 103 | 130 |
| Binary | 11001101 | 11110101 | 11011101 | 10000 | 0 | 1010 | 100 | 10010000 | 1000011 | 1011000 |
Color Harmonies of #CDF5DD
Complementary color
Monochromatic Colors of #CDF5DD
Black with #CDF5DD
Text Example
Text Example
White with #CDF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5DD; }
p { color: rgb(205,245,221); }
H1.HeaderClassName
{
color: #CDF5DD;
}
.AnyTagClassName
{
color: #CDF5DD;
}
</style>
background-color css
<style>
a { background-color: #CDF5DD; }
a { background-color: rgb(205,245,221); }
div.DivClassName
{
background-color: #CDF5DD;
}
.BgClassName
{
background-color: #CDF5DD;
}
</style>
border-color css
<style>
span { border-color: #CDF5DD; }
span { border-color: rgb(205,245,221); }
td.TdClassName
{
border-color: #CDF5DD;
}
.TagClassName
{
border-color: #CDF5DD;
}
</style>