Shades of Foam #CCEDEA
Tints of Foam #CCEDEA
RGB
CMYK
RGB Variations
Color information
#CCEDEA (or 0xCCEDEA) is known color: Foam. HEX triplet: CC, ED and EA. RGB value is (204,237,234). Sum of RGB (Red+Green+Blue) = 204+237+234=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEA is #331215. Grayscale: #E2E2E2. Windows color (decimal): -3346966 or 15396300. OLE color: 15396300.
HSL color Cylindrical-coordinate representation of color #CCEDEA: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDEA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 234 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.07 |
| HSL | 174.55º | 0.48% | 0.86% | - |
| HSV(B) | 174.55º | 0.14% | 0.93% | - |
| XYZ | 70.04 | 79.35 | 89.47 | - |
| YUV | 226.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 234 | 0.14 | 0 | 0.01 | 0.07 | 174.55 | 0.48 | 0.86 |
| Hex | CC | ED | EA | E | 0 | 1 | 7 | AF | 30 | 56 |
| Octal | 314 | 355 | 352 | 16 | 0 | 1 | 7 | 257 | 60 | 126 |
| Binary | 11001100 | 11101101 | 11101010 | 1110 | 0 | 1 | 111 | 10101111 | 110000 | 1010110 |
Color Harmonies of #CCEDEA
Complementary color
Monochromatic Colors of #CCEDEA
Black with #CCEDEA
Text Example
Text Example
White with #CCEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDEA; }
p { color: rgb(204,237,234); }
H1.HeaderClassName
{
color: #CCEDEA;
}
.AnyTagClassName
{
color: #CCEDEA;
}
</style>
background-color css
<style>
a { background-color: #CCEDEA; }
a { background-color: rgb(204,237,234); }
div.DivClassName
{
background-color: #CCEDEA;
}
.BgClassName
{
background-color: #CCEDEA;
}
</style>
border-color css
<style>
span { border-color: #CCEDEA; }
span { border-color: rgb(204,237,234); }
td.TdClassName
{
border-color: #CCEDEA;
}
.TagClassName
{
border-color: #CCEDEA;
}
</style>