Shades of Foam #CEE7E5
Tints of Foam #CEE7E5
RGB
CMYK
RGB Variations
Color information
#CEE7E5 (or 0xCEE7E5) is known color: Foam. HEX triplet: CE, E7 and E5. RGB value is (206,231,229). Sum of RGB (Red+Green+Blue) = 206+231+229=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E5 is #31181A. Grayscale: #DFDFDF. Windows color (decimal): -3217435 or 15067086. OLE color: 15067086.
HSL color Cylindrical-coordinate representation of color #CEE7E5: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7E5 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 229 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.09 |
| HSL | 175.2º | 0.34% | 0.86% | - |
| HSV(B) | 175.2º | 0.11% | 0.91% | - |
| XYZ | 68.17 | 75.93 | 85.19 | - |
| YUV | 223.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 229 | 0.11 | 0 | 0.01 | 0.09 | 175.2 | 0.34 | 0.86 |
| Hex | CE | E7 | E5 | B | 0 | 1 | 9 | AF | 22 | 56 |
| Octal | 316 | 347 | 345 | 13 | 0 | 1 | 11 | 257 | 42 | 126 |
| Binary | 11001110 | 11100111 | 11100101 | 1011 | 0 | 1 | 1001 | 10101111 | 100010 | 1010110 |
Color Harmonies of #CEE7E5
Complementary color
Monochromatic Colors of #CEE7E5
Black with #CEE7E5
Text Example
Text Example
White with #CEE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7E5; }
p { color: rgb(206,231,229); }
H1.HeaderClassName
{
color: #CEE7E5;
}
.AnyTagClassName
{
color: #CEE7E5;
}
</style>
background-color css
<style>
a { background-color: #CEE7E5; }
a { background-color: rgb(206,231,229); }
div.DivClassName
{
background-color: #CEE7E5;
}
.BgClassName
{
background-color: #CEE7E5;
}
</style>
border-color css
<style>
span { border-color: #CEE7E5; }
span { border-color: rgb(206,231,229); }
td.TdClassName
{
border-color: #CEE7E5;
}
.TagClassName
{
border-color: #CEE7E5;
}
</style>