Shades of Foam #CCFDF4
Tints of Foam #CCFDF4
RGB
CMYK
RGB Variations
Color information
#CCFDF4 (or 0xCCFDF4) is known color: Foam. HEX triplet: CC, FD and F4. RGB value is (204,253,244). Sum of RGB (Red+Green+Blue) = 204+253+244=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF4 is #33020B. Grayscale: #EDEDED. Windows color (decimal): -3342860 or 16055756. OLE color: 16055756.
HSL color Cylindrical-coordinate representation of color #CCFDF4: hue angle of 168.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 244 | - |
CMYK | 0.19 | 0 | 0.04 | 0.01 |
HSL | 168.98º | 0.92% | 0.9% | - |
HSV(B) | 168.98º | 0.19% | 0.99% | - |
XYZ | 76.36 | 89.62 | 98.86 | - |
YUV | 237.32 | 131.77 | 104.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 244 | 0.19 | 0 | 0.04 | 0.01 | 168.98 | 0.92 | 0.9 |
Hex | CC | FD | F4 | 13 | 0 | 4 | 1 | A9 | 5C | 5A |
Octal | 314 | 375 | 364 | 23 | 0 | 4 | 1 | 251 | 134 | 132 |
Binary | 11001100 | 11111101 | 11110100 | 10011 | 0 | 100 | 1 | 10101001 | 1011100 | 1011010 |
Color Harmonies of #CCFDF4
Complementary color
Monochromatic Colors of #CCFDF4
Black with #CCFDF4
Text Example
Text Example
White with #CCFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDF4; }
p { color: rgb(204,253,244); }
H1.HeaderClassName
{
color: #CCFDF4;
}
.AnyTagClassName
{
color: #CCFDF4;
}
</style>
background-color css
<style>
a { background-color: #CCFDF4; }
a { background-color: rgb(204,253,244); }
div.DivClassName
{
background-color: #CCFDF4;
}
.BgClassName
{
background-color: #CCFDF4;
}
</style>
border-color css
<style>
span { border-color: #CCFDF4; }
span { border-color: rgb(204,253,244); }
td.TdClassName
{
border-color: #CCFDF4;
}
.TagClassName
{
border-color: #CCFDF4;
}
</style>