Shades of White Ice #CDF4DD
Tints of White Ice #CDF4DD
RGB
CMYK
RGB Variations
Color information
#CDF4DD (or 0xCDF4DD) is known color: White Ice. HEX triplet: CD, F4 and DD. RGB value is (205,244,221). Sum of RGB (Red+Green+Blue) = 205+244+221=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4DD is #320B22. Grayscale: #E5E5E5. Windows color (decimal): -3279651 or 14546125. OLE color: 14546125.
HSL color Cylindrical-coordinate representation of color #CDF4DD: hue angle of 144.62º degrees, saturation: 0.64, 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 #CDF4DD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 221 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 144.62º | 0.64% | 0.88% | - |
| HSV(B) | 144.62º | 0.16% | 0.96% | - |
| XYZ | 70.58 | 82.9 | 80.69 | - |
| YUV | 229.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 221 | 0.16 | 0 | 0.09 | 0.04 | 144.62 | 0.64 | 0.88 |
| Hex | CD | F4 | DD | 10 | 0 | 9 | 4 | 91 | 40 | 58 |
| Octal | 315 | 364 | 335 | 20 | 0 | 11 | 4 | 221 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11011101 | 10000 | 0 | 1001 | 100 | 10010001 | 1000000 | 1011000 |
Color Harmonies of #CDF4DD
Complementary color
Monochromatic Colors of #CDF4DD
Black with #CDF4DD
Text Example
Text Example
White with #CDF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4DD; }
p { color: rgb(205,244,221); }
H1.HeaderClassName
{
color: #CDF4DD;
}
.AnyTagClassName
{
color: #CDF4DD;
}
</style>
background-color css
<style>
a { background-color: #CDF4DD; }
a { background-color: rgb(205,244,221); }
div.DivClassName
{
background-color: #CDF4DD;
}
.BgClassName
{
background-color: #CDF4DD;
}
</style>
border-color css
<style>
span { border-color: #CDF4DD; }
span { border-color: rgb(205,244,221); }
td.TdClassName
{
border-color: #CDF4DD;
}
.TagClassName
{
border-color: #CDF4DD;
}
</style>