Shades of White Ice #CCF3E0
Tints of White Ice #CCF3E0
RGB
CMYK
RGB Variations
Color information
#CCF3E0 (or 0xCCF3E0) is known color: White Ice. HEX triplet: CC, F3 and E0. RGB value is (204,243,224). Sum of RGB (Red+Green+Blue) = 204+243+224=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3E0 is #330C1F. Grayscale: #E5E5E5. Windows color (decimal): -3345440 or 14742476. OLE color: 14742476.
HSL color Cylindrical-coordinate representation of color #CCF3E0: hue angle of 150.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3E0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 224 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 150.77º | 0.62% | 0.88% | - |
| HSV(B) | 150.77º | 0.16% | 0.95% | - |
| XYZ | 70.41 | 82.32 | 82.7 | - |
| YUV | 229.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 224 | 0.16 | 0 | 0.08 | 0.05 | 150.77 | 0.62 | 0.88 |
| Hex | CC | F3 | E0 | 10 | 0 | 8 | 5 | 97 | 3E | 58 |
| Octal | 314 | 363 | 340 | 20 | 0 | 10 | 5 | 227 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11100000 | 10000 | 0 | 1000 | 101 | 10010111 | 111110 | 1011000 |
Color Harmonies of #CCF3E0
Complementary color
Monochromatic Colors of #CCF3E0
Black with #CCF3E0
Text Example
Text Example
White with #CCF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3E0; }
p { color: rgb(204,243,224); }
H1.HeaderClassName
{
color: #CCF3E0;
}
.AnyTagClassName
{
color: #CCF3E0;
}
</style>
background-color css
<style>
a { background-color: #CCF3E0; }
a { background-color: rgb(204,243,224); }
div.DivClassName
{
background-color: #CCF3E0;
}
.BgClassName
{
background-color: #CCF3E0;
}
</style>
border-color css
<style>
span { border-color: #CCF3E0; }
span { border-color: rgb(204,243,224); }
td.TdClassName
{
border-color: #CCF3E0;
}
.TagClassName
{
border-color: #CCF3E0;
}
</style>