Shades of Foam #CFF4ED
Tints of Foam #CFF4ED
RGB
CMYK
RGB Variations
Color information
#CFF4ED (or 0xCFF4ED) is known color: Foam. HEX triplet: CF, F4 and ED. RGB value is (207,244,237). Sum of RGB (Red+Green+Blue) = 207+244+237=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4ED is #300B12. Grayscale: #E8E8E8. Windows color (decimal): -3148563 or 15594703. OLE color: 15594703.
HSL color Cylindrical-coordinate representation of color #CFF4ED: hue angle of 168.65º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF4ED is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 244 | 237 | - |
CMYK | 0.15 | 0 | 0.03 | 0.04 |
HSL | 168.65º | 0.63% | 0.88% | - |
HSV(B) | 168.65º | 0.15% | 0.96% | - |
XYZ | 73.37 | 84.08 | 92.48 | - |
YUV | 232.14 | 130.74 | 110.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 244 | 237 | 0.15 | 0 | 0.03 | 0.04 | 168.65 | 0.63 | 0.88 |
Hex | CF | F4 | ED | F | 0 | 3 | 4 | A9 | 3F | 58 |
Octal | 317 | 364 | 355 | 17 | 0 | 3 | 4 | 251 | 77 | 130 |
Binary | 11001111 | 11110100 | 11101101 | 1111 | 0 | 11 | 100 | 10101001 | 111111 | 1011000 |
Color Harmonies of #CFF4ED
Complementary color
Monochromatic Colors of #CFF4ED
Black with #CFF4ED
Text Example
Text Example
White with #CFF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4ED; }
p { color: rgb(207,244,237); }
H1.HeaderClassName
{
color: #CFF4ED;
}
.AnyTagClassName
{
color: #CFF4ED;
}
</style>
background-color css
<style>
a { background-color: #CFF4ED; }
a { background-color: rgb(207,244,237); }
div.DivClassName
{
background-color: #CFF4ED;
}
.BgClassName
{
background-color: #CFF4ED;
}
</style>
border-color css
<style>
span { border-color: #CFF4ED; }
span { border-color: rgb(207,244,237); }
td.TdClassName
{
border-color: #CFF4ED;
}
.TagClassName
{
border-color: #CFF4ED;
}
</style>