Shades of Foam #CCEDEB
Tints of Foam #CCEDEB
RGB
CMYK
RGB Variations
Color information
#CCEDEB (or 0xCCEDEB) is known color: Foam. HEX triplet: CC, ED and EB. RGB value is (204,237,235). Sum of RGB (Red+Green+Blue) = 204+237+235=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEB is #331214. Grayscale: #E2E2E2. Windows color (decimal): -3346965 or 15461836. OLE color: 15461836.
HSL color Cylindrical-coordinate representation of color #CCEDEB: hue angle of 176.36º 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 #CCEDEB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 235 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.07 |
| HSL | 176.36º | 0.48% | 0.86% | - |
| HSV(B) | 176.36º | 0.14% | 0.93% | - |
| XYZ | 70.18 | 79.4 | 90.22 | - |
| YUV | 226.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 235 | 0.14 | 0 | 0.01 | 0.07 | 176.36 | 0.48 | 0.86 |
| Hex | CC | ED | EB | E | 0 | 1 | 7 | B0 | 30 | 56 |
| Octal | 314 | 355 | 353 | 16 | 0 | 1 | 7 | 260 | 60 | 126 |
| Binary | 11001100 | 11101101 | 11101011 | 1110 | 0 | 1 | 111 | 10110000 | 110000 | 1010110 |
Color Harmonies of #CCEDEB
Complementary color
Monochromatic Colors of #CCEDEB
Black with #CCEDEB
Text Example
Text Example
White with #CCEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDEB; }
p { color: rgb(204,237,235); }
H1.HeaderClassName
{
color: #CCEDEB;
}
.AnyTagClassName
{
color: #CCEDEB;
}
</style>
background-color css
<style>
a { background-color: #CCEDEB; }
a { background-color: rgb(204,237,235); }
div.DivClassName
{
background-color: #CCEDEB;
}
.BgClassName
{
background-color: #CCEDEB;
}
</style>
border-color css
<style>
span { border-color: #CCEDEB; }
span { border-color: rgb(204,237,235); }
td.TdClassName
{
border-color: #CCEDEB;
}
.TagClassName
{
border-color: #CCEDEB;
}
</style>