Shades of Foam #CDE6E4
Tints of Foam #CDE6E4
RGB
CMYK
RGB Variations
Color information
#CDE6E4 (or 0xCDE6E4) is known color: Foam. HEX triplet: CD, E6 and E4. RGB value is (205,230,228). Sum of RGB (Red+Green+Blue) = 205+230+228=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6E4 is #32191B. Grayscale: #DEDEDE. Windows color (decimal): -3283228 or 15001293. OLE color: 15001293.
HSL color Cylindrical-coordinate representation of color #CDE6E4: hue angle of 175.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6E4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 228 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.10 |
| HSL | 175.2º | 0.33% | 0.85% | - |
| HSV(B) | 175.2º | 0.11% | 0.9% | - |
| XYZ | 67.48 | 75.17 | 84.35 | - |
| YUV | 222.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 228 | 0.11 | 0 | 0.01 | 0.10 | 175.2 | 0.33 | 0.85 |
| Hex | CD | E6 | E4 | B | 0 | 1 | A | AF | 21 | 55 |
| Octal | 315 | 346 | 344 | 13 | 0 | 1 | 12 | 257 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11100100 | 1011 | 0 | 1 | 1010 | 10101111 | 100001 | 1010101 |
Color Harmonies of #CDE6E4
Complementary color
Monochromatic Colors of #CDE6E4
Black with #CDE6E4
Text Example
Text Example
White with #CDE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6E4; }
p { color: rgb(205,230,228); }
H1.HeaderClassName
{
color: #CDE6E4;
}
.AnyTagClassName
{
color: #CDE6E4;
}
</style>
background-color css
<style>
a { background-color: #CDE6E4; }
a { background-color: rgb(205,230,228); }
div.DivClassName
{
background-color: #CDE6E4;
}
.BgClassName
{
background-color: #CDE6E4;
}
</style>
border-color css
<style>
span { border-color: #CDE6E4; }
span { border-color: rgb(205,230,228); }
td.TdClassName
{
border-color: #CDE6E4;
}
.TagClassName
{
border-color: #CDE6E4;
}
</style>