Shades of White Ice #CDF1E0
Tints of White Ice #CDF1E0
RGB
CMYK
RGB Variations
Color information
#CDF1E0 (or 0xCDF1E0) is known color: White Ice. HEX triplet: CD, F1 and E0. RGB value is (205,241,224). Sum of RGB (Red+Green+Blue) = 205+241+224=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1E0 is #320E1F. Grayscale: #E4E4E4. Windows color (decimal): -3280416 or 14741965. OLE color: 14741965.
HSL color Cylindrical-coordinate representation of color #CDF1E0: hue angle of 151.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1E0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 224 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 151.67º | 0.56% | 0.87% | - |
| HSV(B) | 151.67º | 0.15% | 0.95% | - |
| XYZ | 70.09 | 81.27 | 82.51 | - |
| YUV | 228.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 224 | 0.15 | 0 | 0.07 | 0.05 | 151.67 | 0.56 | 0.87 |
| Hex | CD | F1 | E0 | F | 0 | 7 | 5 | 98 | 38 | 57 |
| Octal | 315 | 361 | 340 | 17 | 0 | 7 | 5 | 230 | 70 | 127 |
| Binary | 11001101 | 11110001 | 11100000 | 1111 | 0 | 111 | 101 | 10011000 | 111000 | 1010111 |
Color Harmonies of #CDF1E0
Complementary color
Monochromatic Colors of #CDF1E0
Black with #CDF1E0
Text Example
Text Example
White with #CDF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1E0; }
p { color: rgb(205,241,224); }
H1.HeaderClassName
{
color: #CDF1E0;
}
.AnyTagClassName
{
color: #CDF1E0;
}
</style>
background-color css
<style>
a { background-color: #CDF1E0; }
a { background-color: rgb(205,241,224); }
div.DivClassName
{
background-color: #CDF1E0;
}
.BgClassName
{
background-color: #CDF1E0;
}
</style>
border-color css
<style>
span { border-color: #CDF1E0; }
span { border-color: rgb(205,241,224); }
td.TdClassName
{
border-color: #CDF1E0;
}
.TagClassName
{
border-color: #CDF1E0;
}
</style>