Shades of Foam #CDE8E5
Tints of Foam #CDE8E5
RGB
CMYK
RGB Variations
Color information
#CDE8E5 (or 0xCDE8E5) is known color: Foam. HEX triplet: CD, E8 and E5. RGB value is (205,232,229). Sum of RGB (Red+Green+Blue) = 205+232+229=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8E5 is #32171A. Grayscale: #DFDFDF. Windows color (decimal): -3282715 or 15067341. OLE color: 15067341.
HSL color Cylindrical-coordinate representation of color #CDE8E5: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE8E5 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 229 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.09 |
| HSL | 173.33º | 0.37% | 0.86% | - |
| HSV(B) | 173.33º | 0.12% | 0.91% | - |
| XYZ | 68.18 | 76.35 | 85.27 | - |
| YUV | 223.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 229 | 0.12 | 0 | 0.01 | 0.09 | 173.33 | 0.37 | 0.86 |
| Hex | CD | E8 | E5 | C | 0 | 1 | 9 | AD | 25 | 56 |
| Octal | 315 | 350 | 345 | 14 | 0 | 1 | 11 | 255 | 45 | 126 |
| Binary | 11001101 | 11101000 | 11100101 | 1100 | 0 | 1 | 1001 | 10101101 | 100101 | 1010110 |
Color Harmonies of #CDE8E5
Complementary color
Monochromatic Colors of #CDE8E5
Black with #CDE8E5
Text Example
Text Example
White with #CDE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8E5; }
p { color: rgb(205,232,229); }
H1.HeaderClassName
{
color: #CDE8E5;
}
.AnyTagClassName
{
color: #CDE8E5;
}
</style>
background-color css
<style>
a { background-color: #CDE8E5; }
a { background-color: rgb(205,232,229); }
div.DivClassName
{
background-color: #CDE8E5;
}
.BgClassName
{
background-color: #CDE8E5;
}
</style>
border-color css
<style>
span { border-color: #CDE8E5; }
span { border-color: rgb(205,232,229); }
td.TdClassName
{
border-color: #CDE8E5;
}
.TagClassName
{
border-color: #CDE8E5;
}
</style>