Shades of Foam #CEF3ED
Tints of Foam #CEF3ED
RGB
CMYK
RGB Variations
Color information
#CEF3ED (or 0xCEF3ED) is known color: Foam. HEX triplet: CE, F3 and ED. RGB value is (206,243,237). Sum of RGB (Red+Green+Blue) = 206+243+237=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3ED is #310C12. Grayscale: #E7E7E7. Windows color (decimal): -3214355 or 15594446. OLE color: 15594446.
HSL color Cylindrical-coordinate representation of color #CEF3ED: hue angle of 170.27º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3ED is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 237 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 170.27º | 0.61% | 0.88% | - |
| HSV(B) | 170.27º | 0.15% | 0.95% | - |
| XYZ | 72.79 | 83.34 | 92.37 | - |
| YUV | 231.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 237 | 0.15 | 0 | 0.02 | 0.05 | 170.27 | 0.61 | 0.88 |
| Hex | CE | F3 | ED | F | 0 | 2 | 5 | AA | 3D | 58 |
| Octal | 316 | 363 | 355 | 17 | 0 | 2 | 5 | 252 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11101101 | 1111 | 0 | 10 | 101 | 10101010 | 111101 | 1011000 |
Color Harmonies of #CEF3ED
Complementary color
Monochromatic Colors of #CEF3ED
Black with #CEF3ED
Text Example
Text Example
White with #CEF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3ED; }
p { color: rgb(206,243,237); }
H1.HeaderClassName
{
color: #CEF3ED;
}
.AnyTagClassName
{
color: #CEF3ED;
}
</style>
background-color css
<style>
a { background-color: #CEF3ED; }
a { background-color: rgb(206,243,237); }
div.DivClassName
{
background-color: #CEF3ED;
}
.BgClassName
{
background-color: #CEF3ED;
}
</style>
border-color css
<style>
span { border-color: #CEF3ED; }
span { border-color: rgb(206,243,237); }
td.TdClassName
{
border-color: #CEF3ED;
}
.TagClassName
{
border-color: #CEF3ED;
}
</style>