Shades of White Ice #CCFDE1
Tints of White Ice #CCFDE1
RGB
CMYK
RGB Variations
Color information
#CCFDE1 (or 0xCCFDE1) is known color: White Ice. HEX triplet: CC, FD and E1. RGB value is (204,253,225). Sum of RGB (Red+Green+Blue) = 204+253+225=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDE1 is #33021E. Grayscale: #EBEBEB. Windows color (decimal): -3342879 or 14810572. OLE color: 14810572.
HSL color Cylindrical-coordinate representation of color #CCFDE1: hue angle of 145.71º degrees, saturation: 0.92, 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 #CCFDE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 225 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.01 |
| HSL | 145.71º | 0.92% | 0.9% | - |
| HSV(B) | 145.71º | 0.19% | 0.99% | - |
| XYZ | 73.62 | 88.52 | 84.44 | - |
| YUV | 235.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 225 | 0.19 | 0 | 0.11 | 0.01 | 145.71 | 0.92 | 0.9 |
| Hex | CC | FD | E1 | 13 | 0 | B | 1 | 92 | 5C | 5A |
| Octal | 314 | 375 | 341 | 23 | 0 | 13 | 1 | 222 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11100001 | 10011 | 0 | 1011 | 1 | 10010010 | 1011100 | 1011010 |
Color Harmonies of #CCFDE1
Complementary color
Monochromatic Colors of #CCFDE1
Black with #CCFDE1
Text Example
Text Example
White with #CCFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDE1; }
p { color: rgb(204,253,225); }
H1.HeaderClassName
{
color: #CCFDE1;
}
.AnyTagClassName
{
color: #CCFDE1;
}
</style>
background-color css
<style>
a { background-color: #CCFDE1; }
a { background-color: rgb(204,253,225); }
div.DivClassName
{
background-color: #CCFDE1;
}
.BgClassName
{
background-color: #CCFDE1;
}
</style>
border-color css
<style>
span { border-color: #CCFDE1; }
span { border-color: rgb(204,253,225); }
td.TdClassName
{
border-color: #CCFDE1;
}
.TagClassName
{
border-color: #CCFDE1;
}
</style>