Shades of Foam #CFEFE9
Tints of Foam #CFEFE9
RGB
CMYK
RGB Variations
Color information
#CFEFE9 (or 0xCFEFE9) is known color: Foam. HEX triplet: CF, EF and E9. RGB value is (207,239,233). Sum of RGB (Red+Green+Blue) = 207+239+233=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFE9 is #301016. Grayscale: #E4E4E4. Windows color (decimal): -3149847 or 15331279. OLE color: 15331279.
HSL color Cylindrical-coordinate representation of color #CFEFE9: hue angle of 168.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFE9 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 233 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.06 |
| HSL | 168.75º | 0.5% | 0.87% | - |
| HSV(B) | 168.75º | 0.13% | 0.94% | - |
| XYZ | 71.31 | 80.88 | 88.94 | - |
| YUV | 228.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 233 | 0.13 | 0 | 0.03 | 0.06 | 168.75 | 0.5 | 0.87 |
| Hex | CF | EF | E9 | D | 0 | 3 | 6 | A9 | 32 | 57 |
| Octal | 317 | 357 | 351 | 15 | 0 | 3 | 6 | 251 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11101001 | 1101 | 0 | 11 | 110 | 10101001 | 110010 | 1010111 |
Color Harmonies of #CFEFE9
Complementary color
Monochromatic Colors of #CFEFE9
Black with #CFEFE9
Text Example
Text Example
White with #CFEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFE9; }
p { color: rgb(207,239,233); }
H1.HeaderClassName
{
color: #CFEFE9;
}
.AnyTagClassName
{
color: #CFEFE9;
}
</style>
background-color css
<style>
a { background-color: #CFEFE9; }
a { background-color: rgb(207,239,233); }
div.DivClassName
{
background-color: #CFEFE9;
}
.BgClassName
{
background-color: #CFEFE9;
}
</style>
border-color css
<style>
span { border-color: #CFEFE9; }
span { border-color: rgb(207,239,233); }
td.TdClassName
{
border-color: #CFEFE9;
}
.TagClassName
{
border-color: #CFEFE9;
}
</style>