Shades of White Ice #CDF6E1
Tints of White Ice #CDF6E1
RGB
CMYK
RGB Variations
Color information
#CDF6E1 (or 0xCDF6E1) is known color: White Ice. HEX triplet: CD, F6 and E1. RGB value is (205,246,225). Sum of RGB (Red+Green+Blue) = 205+246+225=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6E1 is #32091E. Grayscale: #E7E7E7. Windows color (decimal): -3279135 or 14808781. OLE color: 14808781.
HSL color Cylindrical-coordinate representation of color #CDF6E1: hue angle of 149.27º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6E1 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 225 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.04 |
| HSL | 149.27º | 0.69% | 0.88% | - |
| HSV(B) | 149.27º | 0.17% | 0.96% | - |
| XYZ | 71.72 | 84.33 | 83.73 | - |
| YUV | 231.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 225 | 0.17 | 0 | 0.09 | 0.04 | 149.27 | 0.69 | 0.88 |
| Hex | CD | F6 | E1 | 11 | 0 | 9 | 4 | 95 | 45 | 58 |
| Octal | 315 | 366 | 341 | 21 | 0 | 11 | 4 | 225 | 105 | 130 |
| Binary | 11001101 | 11110110 | 11100001 | 10001 | 0 | 1001 | 100 | 10010101 | 1000101 | 1011000 |
Color Harmonies of #CDF6E1
Complementary color
Monochromatic Colors of #CDF6E1
Black with #CDF6E1
Text Example
Text Example
White with #CDF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6E1; }
p { color: rgb(205,246,225); }
H1.HeaderClassName
{
color: #CDF6E1;
}
.AnyTagClassName
{
color: #CDF6E1;
}
</style>
background-color css
<style>
a { background-color: #CDF6E1; }
a { background-color: rgb(205,246,225); }
div.DivClassName
{
background-color: #CDF6E1;
}
.BgClassName
{
background-color: #CDF6E1;
}
</style>
border-color css
<style>
span { border-color: #CDF6E1; }
span { border-color: rgb(205,246,225); }
td.TdClassName
{
border-color: #CDF6E1;
}
.TagClassName
{
border-color: #CDF6E1;
}
</style>