Shades of Foam #CDEAE8
Tints of Foam #CDEAE8
RGB
CMYK
RGB Variations
Color information
#CDEAE8 (or 0xCDEAE8) is known color: Foam. HEX triplet: CD, EA and E8. RGB value is (205,234,232). Sum of RGB (Red+Green+Blue) = 205+234+232=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAE8 is #321517. Grayscale: #E1E1E1. Windows color (decimal): -3282200 or 15264461. OLE color: 15264461.
HSL color Cylindrical-coordinate representation of color #CDEAE8: hue angle of 175.86º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAE8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 232 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.08 |
| HSL | 175.86º | 0.41% | 0.86% | - |
| HSV(B) | 175.86º | 0.12% | 0.92% | - |
| XYZ | 69.17 | 77.65 | 87.69 | - |
| YUV | 225.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 232 | 0.12 | 0 | 0.01 | 0.08 | 175.86 | 0.41 | 0.86 |
| Hex | CD | EA | E8 | C | 0 | 1 | 8 | B0 | 29 | 56 |
| Octal | 315 | 352 | 350 | 14 | 0 | 1 | 10 | 260 | 51 | 126 |
| Binary | 11001101 | 11101010 | 11101000 | 1100 | 0 | 1 | 1000 | 10110000 | 101001 | 1010110 |
Color Harmonies of #CDEAE8
Complementary color
Monochromatic Colors of #CDEAE8
Black with #CDEAE8
Text Example
Text Example
White with #CDEAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAE8; }
p { color: rgb(205,234,232); }
H1.HeaderClassName
{
color: #CDEAE8;
}
.AnyTagClassName
{
color: #CDEAE8;
}
</style>
background-color css
<style>
a { background-color: #CDEAE8; }
a { background-color: rgb(205,234,232); }
div.DivClassName
{
background-color: #CDEAE8;
}
.BgClassName
{
background-color: #CDEAE8;
}
</style>
border-color css
<style>
span { border-color: #CDEAE8; }
span { border-color: rgb(205,234,232); }
td.TdClassName
{
border-color: #CDEAE8;
}
.TagClassName
{
border-color: #CDEAE8;
}
</style>