Shades of White Ice #CDF2E0
Tints of White Ice #CDF2E0
RGB
CMYK
RGB Variations
Color information
#CDF2E0 (or 0xCDF2E0) is known color: White Ice. HEX triplet: CD, F2 and E0. RGB value is (205,242,224). Sum of RGB (Red+Green+Blue) = 205+242+224=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2E0 is #320D1F. Grayscale: #E4E4E4. Windows color (decimal): -3280160 or 14742221. OLE color: 14742221.
HSL color Cylindrical-coordinate representation of color #CDF2E0: hue angle of 150.81º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2E0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 224 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 150.81º | 0.59% | 0.88% | - |
| HSV(B) | 150.81º | 0.15% | 0.95% | - |
| XYZ | 70.38 | 81.87 | 82.61 | - |
| YUV | 228.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 224 | 0.15 | 0 | 0.07 | 0.05 | 150.81 | 0.59 | 0.88 |
| Hex | CD | F2 | E0 | F | 0 | 7 | 5 | 97 | 3B | 58 |
| Octal | 315 | 362 | 340 | 17 | 0 | 7 | 5 | 227 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11100000 | 1111 | 0 | 111 | 101 | 10010111 | 111011 | 1011000 |
Color Harmonies of #CDF2E0
Complementary color
Monochromatic Colors of #CDF2E0
Black with #CDF2E0
Text Example
Text Example
White with #CDF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2E0; }
p { color: rgb(205,242,224); }
H1.HeaderClassName
{
color: #CDF2E0;
}
.AnyTagClassName
{
color: #CDF2E0;
}
</style>
background-color css
<style>
a { background-color: #CDF2E0; }
a { background-color: rgb(205,242,224); }
div.DivClassName
{
background-color: #CDF2E0;
}
.BgClassName
{
background-color: #CDF2E0;
}
</style>
border-color css
<style>
span { border-color: #CDF2E0; }
span { border-color: rgb(205,242,224); }
td.TdClassName
{
border-color: #CDF2E0;
}
.TagClassName
{
border-color: #CDF2E0;
}
</style>