Shades of White Ice #CDFCE1
Tints of White Ice #CDFCE1
RGB
CMYK
RGB Variations
Color information
#CDFCE1 (or 0xCDFCE1) is known color: White Ice. HEX triplet: CD, FC and E1. RGB value is (205,252,225). Sum of RGB (Red+Green+Blue) = 205+252+225=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCE1 is #32031E. Grayscale: #EAEAEA. Windows color (decimal): -3277599 or 14810317. OLE color: 14810317.
HSL color Cylindrical-coordinate representation of color #CDFCE1: hue angle of 145.53º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 225 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.01 |
| HSL | 145.53º | 0.89% | 0.9% | - |
| HSV(B) | 145.53º | 0.19% | 0.99% | - |
| XYZ | 73.58 | 88.04 | 84.35 | - |
| YUV | 234.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 225 | 0.19 | 0 | 0.11 | 0.01 | 145.53 | 0.89 | 0.9 |
| Hex | CD | FC | E1 | 13 | 0 | B | 1 | 92 | 59 | 5A |
| Octal | 315 | 374 | 341 | 23 | 0 | 13 | 1 | 222 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11100001 | 10011 | 0 | 1011 | 1 | 10010010 | 1011001 | 1011010 |
Color Harmonies of #CDFCE1
Complementary color
Monochromatic Colors of #CDFCE1
Black with #CDFCE1
Text Example
Text Example
White with #CDFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCE1; }
p { color: rgb(205,252,225); }
H1.HeaderClassName
{
color: #CDFCE1;
}
.AnyTagClassName
{
color: #CDFCE1;
}
</style>
background-color css
<style>
a { background-color: #CDFCE1; }
a { background-color: rgb(205,252,225); }
div.DivClassName
{
background-color: #CDFCE1;
}
.BgClassName
{
background-color: #CDFCE1;
}
</style>
border-color css
<style>
span { border-color: #CDFCE1; }
span { border-color: rgb(205,252,225); }
td.TdClassName
{
border-color: #CDFCE1;
}
.TagClassName
{
border-color: #CDFCE1;
}
</style>