Shades of White Ice #CDF1DC
Tints of White Ice #CDF1DC
RGB
CMYK
RGB Variations
Color information
#CDF1DC (or 0xCDF1DC) is known color: White Ice. HEX triplet: CD, F1 and DC. RGB value is (205,241,220). Sum of RGB (Red+Green+Blue) = 205+241+220=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1DC is #320E23. Grayscale: #E3E3E3. Windows color (decimal): -3280420 or 14479821. OLE color: 14479821.
HSL color Cylindrical-coordinate representation of color #CDF1DC: hue angle of 145º 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 #CDF1DC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 220 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 145º | 0.56% | 0.87% | - |
| HSV(B) | 145º | 0.15% | 0.95% | - |
| XYZ | 69.55 | 81.06 | 79.69 | - |
| YUV | 227.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 220 | 0.15 | 0 | 0.09 | 0.05 | 145 | 0.56 | 0.87 |
| Hex | CD | F1 | DC | F | 0 | 9 | 5 | 91 | 38 | 57 |
| Octal | 315 | 361 | 334 | 17 | 0 | 11 | 5 | 221 | 70 | 127 |
| Binary | 11001101 | 11110001 | 11011100 | 1111 | 0 | 1001 | 101 | 10010001 | 111000 | 1010111 |
Color Harmonies of #CDF1DC
Complementary color
Monochromatic Colors of #CDF1DC
Black with #CDF1DC
Text Example
Text Example
White with #CDF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1DC; }
p { color: rgb(205,241,220); }
H1.HeaderClassName
{
color: #CDF1DC;
}
.AnyTagClassName
{
color: #CDF1DC;
}
</style>
background-color css
<style>
a { background-color: #CDF1DC; }
a { background-color: rgb(205,241,220); }
div.DivClassName
{
background-color: #CDF1DC;
}
.BgClassName
{
background-color: #CDF1DC;
}
</style>
border-color css
<style>
span { border-color: #CDF1DC; }
span { border-color: rgb(205,241,220); }
td.TdClassName
{
border-color: #CDF1DC;
}
.TagClassName
{
border-color: #CDF1DC;
}
</style>