Shades of White Ice #CDF5DE
Tints of White Ice #CDF5DE
RGB
CMYK
RGB Variations
Color information
#CDF5DE (or 0xCDF5DE) is known color: White Ice. HEX triplet: CD, F5 and DE. RGB value is (205,245,222). Sum of RGB (Red+Green+Blue) = 205+245+222=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5DE is #320A21. Grayscale: #E6E6E6. Windows color (decimal): -3279394 or 14611917. OLE color: 14611917.
HSL color Cylindrical-coordinate representation of color #CDF5DE: hue angle of 145.5º degrees, saturation: 0.67, 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 #CDF5DE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 222 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 145.5º | 0.67% | 0.88% | - |
| HSV(B) | 145.5º | 0.16% | 0.96% | - |
| XYZ | 71.01 | 83.56 | 81.49 | - |
| YUV | 230.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 222 | 0.16 | 0 | 0.09 | 0.04 | 145.5 | 0.67 | 0.88 |
| Hex | CD | F5 | DE | 10 | 0 | 9 | 4 | 92 | 43 | 58 |
| Octal | 315 | 365 | 336 | 20 | 0 | 11 | 4 | 222 | 103 | 130 |
| Binary | 11001101 | 11110101 | 11011110 | 10000 | 0 | 1001 | 100 | 10010010 | 1000011 | 1011000 |
Color Harmonies of #CDF5DE
Complementary color
Monochromatic Colors of #CDF5DE
Black with #CDF5DE
Text Example
Text Example
White with #CDF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5DE; }
p { color: rgb(205,245,222); }
H1.HeaderClassName
{
color: #CDF5DE;
}
.AnyTagClassName
{
color: #CDF5DE;
}
</style>
background-color css
<style>
a { background-color: #CDF5DE; }
a { background-color: rgb(205,245,222); }
div.DivClassName
{
background-color: #CDF5DE;
}
.BgClassName
{
background-color: #CDF5DE;
}
</style>
border-color css
<style>
span { border-color: #CDF5DE; }
span { border-color: rgb(205,245,222); }
td.TdClassName
{
border-color: #CDF5DE;
}
.TagClassName
{
border-color: #CDF5DE;
}
</style>