Shades of Foam #CEF1ED
Tints of Foam #CEF1ED
RGB
CMYK
RGB Variations
Color information
#CEF1ED (or 0xCEF1ED) is known color: Foam. HEX triplet: CE, F1 and ED. RGB value is (206,241,237). Sum of RGB (Red+Green+Blue) = 206+241+237=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1ED is #310E12. Grayscale: #E6E6E6. Windows color (decimal): -3214867 or 15593934. OLE color: 15593934.
HSL color Cylindrical-coordinate representation of color #CEF1ED: hue angle of 173.14º degrees, saturation: 0.56, 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 #CEF1ED is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 241 | 237 | - |
CMYK | 0.15 | 0 | 0.02 | 0.05 |
HSL | 173.14º | 0.56% | 0.88% | - |
HSV(B) | 173.14º | 0.15% | 0.95% | - |
XYZ | 72.19 | 82.15 | 92.17 | - |
YUV | 230.08 | 131.9 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 241 | 237 | 0.15 | 0 | 0.02 | 0.05 | 173.14 | 0.56 | 0.88 |
Hex | CE | F1 | ED | F | 0 | 2 | 5 | AD | 38 | 58 |
Octal | 316 | 361 | 355 | 17 | 0 | 2 | 5 | 255 | 70 | 130 |
Binary | 11001110 | 11110001 | 11101101 | 1111 | 0 | 10 | 101 | 10101101 | 111000 | 1011000 |
Color Harmonies of #CEF1ED
Complementary color
Monochromatic Colors of #CEF1ED
Black with #CEF1ED
Text Example
Text Example
White with #CEF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1ED; }
p { color: rgb(206,241,237); }
H1.HeaderClassName
{
color: #CEF1ED;
}
.AnyTagClassName
{
color: #CEF1ED;
}
</style>
background-color css
<style>
a { background-color: #CEF1ED; }
a { background-color: rgb(206,241,237); }
div.DivClassName
{
background-color: #CEF1ED;
}
.BgClassName
{
background-color: #CEF1ED;
}
</style>
border-color css
<style>
span { border-color: #CEF1ED; }
span { border-color: rgb(206,241,237); }
td.TdClassName
{
border-color: #CEF1ED;
}
.TagClassName
{
border-color: #CEF1ED;
}
</style>