Shades of White Ice #CDF4E0
Tints of White Ice #CDF4E0
RGB
CMYK
RGB Variations
Color information
#CDF4E0 (or 0xCDF4E0) is known color: White Ice. HEX triplet: CD, F4 and E0. RGB value is (205,244,224). Sum of RGB (Red+Green+Blue) = 205+244+224=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4E0 is #320B1F. Grayscale: #E6E6E6. Windows color (decimal): -3279648 or 14742733. OLE color: 14742733.
HSL color Cylindrical-coordinate representation of color #CDF4E0: hue angle of 149.23º 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 #CDF4E0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 224 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.04 |
| HSL | 149.23º | 0.64% | 0.88% | - |
| HSV(B) | 149.23º | 0.16% | 0.96% | - |
| XYZ | 70.98 | 83.06 | 82.81 | - |
| YUV | 230.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 224 | 0.16 | 0 | 0.08 | 0.04 | 149.23 | 0.64 | 0.88 |
| Hex | CD | F4 | E0 | 10 | 0 | 8 | 4 | 95 | 40 | 58 |
| Octal | 315 | 364 | 340 | 20 | 0 | 10 | 4 | 225 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11100000 | 10000 | 0 | 1000 | 100 | 10010101 | 1000000 | 1011000 |
Color Harmonies of #CDF4E0
Complementary color
Monochromatic Colors of #CDF4E0
Black with #CDF4E0
Text Example
Text Example
White with #CDF4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4E0; }
p { color: rgb(205,244,224); }
H1.HeaderClassName
{
color: #CDF4E0;
}
.AnyTagClassName
{
color: #CDF4E0;
}
</style>
background-color css
<style>
a { background-color: #CDF4E0; }
a { background-color: rgb(205,244,224); }
div.DivClassName
{
background-color: #CDF4E0;
}
.BgClassName
{
background-color: #CDF4E0;
}
</style>
border-color css
<style>
span { border-color: #CDF4E0; }
span { border-color: rgb(205,244,224); }
td.TdClassName
{
border-color: #CDF4E0;
}
.TagClassName
{
border-color: #CDF4E0;
}
</style>