Shades of Foam #CDE9E7
Tints of Foam #CDE9E7
RGB
CMYK
RGB Variations
Color information
#CDE9E7 (or 0xCDE9E7) is known color: Foam. HEX triplet: CD, E9 and E7. RGB value is (205,233,231). Sum of RGB (Red+Green+Blue) = 205+233+231=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9E7 is #321618. Grayscale: #E0E0E0. Windows color (decimal): -3282457 or 15198669. OLE color: 15198669.
HSL color Cylindrical-coordinate representation of color #CDE9E7: hue angle of 175.71º degrees, saturation: 0.39, 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 #CDE9E7 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 233 | 231 | - |
CMYK | 0.12 | 0 | 0.01 | 0.09 |
HSL | 175.71º | 0.39% | 0.86% | - |
HSV(B) | 175.71º | 0.12% | 0.91% | - |
XYZ | 68.74 | 77.03 | 86.85 | - |
YUV | 224.4 | 131.72 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 233 | 231 | 0.12 | 0 | 0.01 | 0.09 | 175.71 | 0.39 | 0.86 |
Hex | CD | E9 | E7 | C | 0 | 1 | 9 | B0 | 27 | 56 |
Octal | 315 | 351 | 347 | 14 | 0 | 1 | 11 | 260 | 47 | 126 |
Binary | 11001101 | 11101001 | 11100111 | 1100 | 0 | 1 | 1001 | 10110000 | 100111 | 1010110 |
Color Harmonies of #CDE9E7
Complementary color
Monochromatic Colors of #CDE9E7
Black with #CDE9E7
Text Example
Text Example
White with #CDE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9E7; }
p { color: rgb(205,233,231); }
H1.HeaderClassName
{
color: #CDE9E7;
}
.AnyTagClassName
{
color: #CDE9E7;
}
</style>
background-color css
<style>
a { background-color: #CDE9E7; }
a { background-color: rgb(205,233,231); }
div.DivClassName
{
background-color: #CDE9E7;
}
.BgClassName
{
background-color: #CDE9E7;
}
</style>
border-color css
<style>
span { border-color: #CDE9E7; }
span { border-color: rgb(205,233,231); }
td.TdClassName
{
border-color: #CDE9E7;
}
.TagClassName
{
border-color: #CDE9E7;
}
</style>