Shades of Foam #CDECE9
Tints of Foam #CDECE9
RGB
CMYK
RGB Variations
Color information
#CDECE9 (or 0xCDECE9) is known color: Foam. HEX triplet: CD, EC and E9. RGB value is (205,236,233). Sum of RGB (Red+Green+Blue) = 205+236+233=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECE9 is #321316. Grayscale: #E2E2E2. Windows color (decimal): -3281687 or 15330509. OLE color: 15330509.
HSL color Cylindrical-coordinate representation of color #CDECE9: hue angle of 174.19º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECE9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 233 | - |
CMYK | 0.13 | 0 | 0.01 | 0.07 |
HSL | 174.19º | 0.45% | 0.86% | - |
HSV(B) | 174.19º | 0.13% | 0.93% | - |
XYZ | 69.88 | 78.85 | 88.63 | - |
YUV | 226.39 | 131.73 | 112.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 233 | 0.13 | 0 | 0.01 | 0.07 | 174.19 | 0.45 | 0.86 |
Hex | CD | EC | E9 | D | 0 | 1 | 7 | AE | 2D | 56 |
Octal | 315 | 354 | 351 | 15 | 0 | 1 | 7 | 256 | 55 | 126 |
Binary | 11001101 | 11101100 | 11101001 | 1101 | 0 | 1 | 111 | 10101110 | 101101 | 1010110 |
Color Harmonies of #CDECE9
Complementary color
Monochromatic Colors of #CDECE9
Black with #CDECE9
Text Example
Text Example
White with #CDECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECE9; }
p { color: rgb(205,236,233); }
H1.HeaderClassName
{
color: #CDECE9;
}
.AnyTagClassName
{
color: #CDECE9;
}
</style>
background-color css
<style>
a { background-color: #CDECE9; }
a { background-color: rgb(205,236,233); }
div.DivClassName
{
background-color: #CDECE9;
}
.BgClassName
{
background-color: #CDECE9;
}
</style>
border-color css
<style>
span { border-color: #CDECE9; }
span { border-color: rgb(205,236,233); }
td.TdClassName
{
border-color: #CDECE9;
}
.TagClassName
{
border-color: #CDECE9;
}
</style>