Shades of White Ice #CCF5DF
Tints of White Ice #CCF5DF
RGB
CMYK
RGB Variations
Color information
#CCF5DF (or 0xCCF5DF) is known color: White Ice. HEX triplet: CC, F5 and DF. RGB value is (204,245,223). Sum of RGB (Red+Green+Blue) = 204+245+223=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5DF is #330A20. Grayscale: #E6E6E6. Windows color (decimal): -3344929 or 14677452. OLE color: 14677452.
HSL color Cylindrical-coordinate representation of color #CCF5DF: hue angle of 147.8º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5DF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 204 | 245 | 223 | - |
CMYK | 0.17 | 0 | 0.09 | 0.04 |
HSL | 147.8º | 0.67% | 0.88% | - |
HSV(B) | 147.8º | 0.17% | 0.96% | - |
XYZ | 70.87 | 83.47 | 82.19 | - |
YUV | 230.23 | 123.92 | 109.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 245 | 223 | 0.17 | 0 | 0.09 | 0.04 | 147.8 | 0.67 | 0.88 |
Hex | CC | F5 | DF | 11 | 0 | 9 | 4 | 94 | 43 | 58 |
Octal | 314 | 365 | 337 | 21 | 0 | 11 | 4 | 224 | 103 | 130 |
Binary | 11001100 | 11110101 | 11011111 | 10001 | 0 | 1001 | 100 | 10010100 | 1000011 | 1011000 |
Color Harmonies of #CCF5DF
Complementary color
Monochromatic Colors of #CCF5DF
Black with #CCF5DF
Text Example
Text Example
White with #CCF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5DF; }
p { color: rgb(204,245,223); }
H1.HeaderClassName
{
color: #CCF5DF;
}
.AnyTagClassName
{
color: #CCF5DF;
}
</style>
background-color css
<style>
a { background-color: #CCF5DF; }
a { background-color: rgb(204,245,223); }
div.DivClassName
{
background-color: #CCF5DF;
}
.BgClassName
{
background-color: #CCF5DF;
}
</style>
border-color css
<style>
span { border-color: #CCF5DF; }
span { border-color: rgb(204,245,223); }
td.TdClassName
{
border-color: #CCF5DF;
}
.TagClassName
{
border-color: #CCF5DF;
}
</style>