Shades of Foam #CEEDEA
Tints of Foam #CEEDEA
RGB
CMYK
RGB Variations
Color information
#CEEDEA (or 0xCEEDEA) is known color: Foam. HEX triplet: CE, ED and EA. RGB value is (206,237,234). Sum of RGB (Red+Green+Blue) = 206+237+234=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEA is #311215. Grayscale: #E3E3E3. Windows color (decimal): -3215894 or 15396302. OLE color: 15396302.
HSL color Cylindrical-coordinate representation of color #CEEDEA: hue angle of 174.19º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEDEA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 234 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.07 |
| HSL | 174.19º | 0.46% | 0.87% | - |
| HSV(B) | 174.19º | 0.13% | 0.93% | - |
| XYZ | 70.59 | 79.63 | 89.49 | - |
| YUV | 227.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 234 | 0.13 | 0 | 0.01 | 0.07 | 174.19 | 0.46 | 0.87 |
| Hex | CE | ED | EA | D | 0 | 1 | 7 | AE | 2E | 57 |
| Octal | 316 | 355 | 352 | 15 | 0 | 1 | 7 | 256 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11101010 | 1101 | 0 | 1 | 111 | 10101110 | 101110 | 1010111 |
Color Harmonies of #CEEDEA
Complementary color
Monochromatic Colors of #CEEDEA
Black with #CEEDEA
Text Example
Text Example
White with #CEEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDEA; }
p { color: rgb(206,237,234); }
H1.HeaderClassName
{
color: #CEEDEA;
}
.AnyTagClassName
{
color: #CEEDEA;
}
</style>
background-color css
<style>
a { background-color: #CEEDEA; }
a { background-color: rgb(206,237,234); }
div.DivClassName
{
background-color: #CEEDEA;
}
.BgClassName
{
background-color: #CEEDEA;
}
</style>
border-color css
<style>
span { border-color: #CEEDEA; }
span { border-color: rgb(206,237,234); }
td.TdClassName
{
border-color: #CEEDEA;
}
.TagClassName
{
border-color: #CEEDEA;
}
</style>