Shades of White Ice #CCF3DF
Tints of White Ice #CCF3DF
RGB
CMYK
RGB Variations
Color information
#CCF3DF (or 0xCCF3DF) is known color: White Ice. HEX triplet: CC, F3 and DF. RGB value is (204,243,223). Sum of RGB (Red+Green+Blue) = 204+243+223=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3DF is #330C20. Grayscale: #E5E5E5. Windows color (decimal): -3345441 or 14676940. OLE color: 14676940.
HSL color Cylindrical-coordinate representation of color #CCF3DF: hue angle of 149.23º 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 #CCF3DF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 223 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 149.23º | 0.62% | 0.88% | - |
| HSV(B) | 149.23º | 0.16% | 0.95% | - |
| XYZ | 70.27 | 82.27 | 81.99 | - |
| YUV | 229.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 223 | 0.16 | 0 | 0.08 | 0.05 | 149.23 | 0.62 | 0.88 |
| Hex | CC | F3 | DF | 10 | 0 | 8 | 5 | 95 | 3E | 58 |
| Octal | 314 | 363 | 337 | 20 | 0 | 10 | 5 | 225 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11011111 | 10000 | 0 | 1000 | 101 | 10010101 | 111110 | 1011000 |
Color Harmonies of #CCF3DF
Complementary color
Monochromatic Colors of #CCF3DF
Black with #CCF3DF
Text Example
Text Example
White with #CCF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3DF; }
p { color: rgb(204,243,223); }
H1.HeaderClassName
{
color: #CCF3DF;
}
.AnyTagClassName
{
color: #CCF3DF;
}
</style>
background-color css
<style>
a { background-color: #CCF3DF; }
a { background-color: rgb(204,243,223); }
div.DivClassName
{
background-color: #CCF3DF;
}
.BgClassName
{
background-color: #CCF3DF;
}
</style>
border-color css
<style>
span { border-color: #CCF3DF; }
span { border-color: rgb(204,243,223); }
td.TdClassName
{
border-color: #CCF3DF;
}
.TagClassName
{
border-color: #CCF3DF;
}
</style>