Shades of Foam #CCF9F1
Tints of Foam #CCF9F1
RGB
CMYK
RGB Variations
Color information
#CCF9F1 (or 0xCCF9F1) is known color: Foam. HEX triplet: CC, F9 and F1. RGB value is (204,249,241). Sum of RGB (Red+Green+Blue) = 204+249+241=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9F1 is #33060E. Grayscale: #EAEAEA. Windows color (decimal): -3343887 or 15858124. OLE color: 15858124.
HSL color Cylindrical-coordinate representation of color #CCF9F1: hue angle of 169.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 #CCF9F1 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 241 | - |
CMYK | 0.18 | 0 | 0.03 | 0.02 |
HSL | 169.33º | 0.79% | 0.89% | - |
HSV(B) | 169.33º | 0.18% | 0.98% | - |
XYZ | 74.65 | 86.94 | 96.07 | - |
YUV | 234.63 | 131.59 | 106.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 241 | 0.18 | 0 | 0.03 | 0.02 | 169.33 | 0.79 | 0.89 |
Hex | CC | F9 | F1 | 12 | 0 | 3 | 2 | A9 | 4F | 59 |
Octal | 314 | 371 | 361 | 22 | 0 | 3 | 2 | 251 | 117 | 131 |
Binary | 11001100 | 11111001 | 11110001 | 10010 | 0 | 11 | 10 | 10101001 | 1001111 | 1011001 |
Color Harmonies of #CCF9F1
Complementary color
Monochromatic Colors of #CCF9F1
Black with #CCF9F1
Text Example
Text Example
White with #CCF9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9F1; }
p { color: rgb(204,249,241); }
H1.HeaderClassName
{
color: #CCF9F1;
}
.AnyTagClassName
{
color: #CCF9F1;
}
</style>
background-color css
<style>
a { background-color: #CCF9F1; }
a { background-color: rgb(204,249,241); }
div.DivClassName
{
background-color: #CCF9F1;
}
.BgClassName
{
background-color: #CCF9F1;
}
</style>
border-color css
<style>
span { border-color: #CCF9F1; }
span { border-color: rgb(204,249,241); }
td.TdClassName
{
border-color: #CCF9F1;
}
.TagClassName
{
border-color: #CCF9F1;
}
</style>