Shades of Foam #CFE5E4
Tints of Foam #CFE5E4
RGB
CMYK
RGB Variations
Color information
#CFE5E4 (or 0xCFE5E4) is known color: Foam. HEX triplet: CF, E5 and E4. RGB value is (207,229,228). Sum of RGB (Red+Green+Blue) = 207+229+228=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5E4 is #301A1B. Grayscale: #DEDEDE. Windows color (decimal): -3152412 or 15001039. OLE color: 15001039.
HSL color Cylindrical-coordinate representation of color #CFE5E4: hue angle of 177.27º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5E4 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 228 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.10 |
| HSL | 177.27º | 0.3% | 0.85% | - |
| HSV(B) | 177.27º | 0.1% | 0.9% | - |
| XYZ | 67.76 | 74.91 | 84.29 | - |
| YUV | 222.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 228 | 0.10 | 0 | 0.00 | 0.10 | 177.27 | 0.3 | 0.85 |
| Hex | CF | E5 | E4 | A | 0 | 0 | A | B1 | 1E | 55 |
| Octal | 317 | 345 | 344 | 12 | 0 | 0 | 12 | 261 | 36 | 125 |
| Binary | 11001111 | 11100101 | 11100100 | 1010 | 0 | 0 | 1010 | 10110001 | 11110 | 1010101 |
Color Harmonies of #CFE5E4
Complementary color
Monochromatic Colors of #CFE5E4
Black with #CFE5E4
Text Example
Text Example
White with #CFE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5E4; }
p { color: rgb(207,229,228); }
H1.HeaderClassName
{
color: #CFE5E4;
}
.AnyTagClassName
{
color: #CFE5E4;
}
</style>
background-color css
<style>
a { background-color: #CFE5E4; }
a { background-color: rgb(207,229,228); }
div.DivClassName
{
background-color: #CFE5E4;
}
.BgClassName
{
background-color: #CFE5E4;
}
</style>
border-color css
<style>
span { border-color: #CFE5E4; }
span { border-color: rgb(207,229,228); }
td.TdClassName
{
border-color: #CFE5E4;
}
.TagClassName
{
border-color: #CFE5E4;
}
</style>