Shades of White Ice #CCF9E2
Tints of White Ice #CCF9E2
RGB
CMYK
RGB Variations
Color information
#CCF9E2 (or 0xCCF9E2) is known color: White Ice. HEX triplet: CC, F9 and E2. RGB value is (204,249,226). Sum of RGB (Red+Green+Blue) = 204+249+226=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9E2 is #33061D. Grayscale: #E8E8E8. Windows color (decimal): -3343902 or 14875084. OLE color: 14875084.
HSL color Cylindrical-coordinate representation of color #CCF9E2: hue angle of 149.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9E2 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 226 | - |
CMYK | 0.18 | 0 | 0.09 | 0.02 |
HSL | 149.33º | 0.79% | 0.89% | - |
HSV(B) | 149.33º | 0.18% | 0.98% | - |
XYZ | 72.5 | 86.08 | 84.75 | - |
YUV | 232.92 | 124.09 | 107.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 226 | 0.18 | 0 | 0.09 | 0.02 | 149.33 | 0.79 | 0.89 |
Hex | CC | F9 | E2 | 12 | 0 | 9 | 2 | 95 | 4F | 59 |
Octal | 314 | 371 | 342 | 22 | 0 | 11 | 2 | 225 | 117 | 131 |
Binary | 11001100 | 11111001 | 11100010 | 10010 | 0 | 1001 | 10 | 10010101 | 1001111 | 1011001 |
Color Harmonies of #CCF9E2
Complementary color
Monochromatic Colors of #CCF9E2
Black with #CCF9E2
Text Example
Text Example
White with #CCF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9E2; }
p { color: rgb(204,249,226); }
H1.HeaderClassName
{
color: #CCF9E2;
}
.AnyTagClassName
{
color: #CCF9E2;
}
</style>
background-color css
<style>
a { background-color: #CCF9E2; }
a { background-color: rgb(204,249,226); }
div.DivClassName
{
background-color: #CCF9E2;
}
.BgClassName
{
background-color: #CCF9E2;
}
</style>
border-color css
<style>
span { border-color: #CCF9E2; }
span { border-color: rgb(204,249,226); }
td.TdClassName
{
border-color: #CCF9E2;
}
.TagClassName
{
border-color: #CCF9E2;
}
</style>