Shades of Foam #CEE5E3
Tints of Foam #CEE5E3
RGB
CMYK
RGB Variations
Color information
#CEE5E3 (or 0xCEE5E3) is known color: Foam. HEX triplet: CE, E5 and E3. RGB value is (206,229,227). Sum of RGB (Red+Green+Blue) = 206+229+227=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5E3 is #311A1C. Grayscale: #DDDDDD. Windows color (decimal): -3217949 or 14935502. OLE color: 14935502.
HSL color Cylindrical-coordinate representation of color #CEE5E3: hue angle of 174.78º degrees, saturation: 0.31, 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 #CEE5E3 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 229 | 227 | - |
CMYK | 0.10 | 0 | 0.01 | 0.10 |
HSL | 174.78º | 0.31% | 0.85% | - |
HSV(B) | 174.78º | 0.1% | 0.9% | - |
XYZ | 67.34 | 74.71 | 83.54 | - |
YUV | 221.9 | 130.88 | 116.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 229 | 227 | 0.10 | 0 | 0.01 | 0.10 | 174.78 | 0.31 | 0.85 |
Hex | CE | E5 | E3 | A | 0 | 1 | A | AF | 1F | 55 |
Octal | 316 | 345 | 343 | 12 | 0 | 1 | 12 | 257 | 37 | 125 |
Binary | 11001110 | 11100101 | 11100011 | 1010 | 0 | 1 | 1010 | 10101111 | 11111 | 1010101 |
Color Harmonies of #CEE5E3
Complementary color
Monochromatic Colors of #CEE5E3
Black with #CEE5E3
Text Example
Text Example
White with #CEE5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5E3; }
p { color: rgb(206,229,227); }
H1.HeaderClassName
{
color: #CEE5E3;
}
.AnyTagClassName
{
color: #CEE5E3;
}
</style>
background-color css
<style>
a { background-color: #CEE5E3; }
a { background-color: rgb(206,229,227); }
div.DivClassName
{
background-color: #CEE5E3;
}
.BgClassName
{
background-color: #CEE5E3;
}
</style>
border-color css
<style>
span { border-color: #CEE5E3; }
span { border-color: rgb(206,229,227); }
td.TdClassName
{
border-color: #CEE5E3;
}
.TagClassName
{
border-color: #CEE5E3;
}
</style>