Shades of Deco #CDDD8D
Tints of Deco #CDDD8D
RGB
CMYK
RGB Variations
Color information
#CDDD8D (or 0xCDDD8D) is known color: Deco. HEX triplet: CD, DD and 8D. RGB value is (205,221,141). Sum of RGB (Red+Green+Blue) = 205+221+141=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD8D is #322272. Grayscale: #CFCFCF. Windows color (decimal): -3285619 or 9297357. OLE color: 9297357.
HSL color Cylindrical-coordinate representation of color #CDDD8D: hue angle of 72º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDDD8D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 141 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.13 |
| HSL | 72º | 0.54% | 0.71% | - |
| HSV(B) | 72º | 0.36% | 0.87% | - |
| XYZ | 55.84 | 66.62 | 35.11 | - |
| YUV | 207.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 141 | 0.07 | 0 | 0.36 | 0.13 | 72 | 0.54 | 0.71 |
| Hex | CD | DD | 8D | 7 | 0 | 24 | D | 48 | 36 | 47 |
| Octal | 315 | 335 | 215 | 7 | 0 | 44 | 15 | 110 | 66 | 107 |
| Binary | 11001101 | 11011101 | 10001101 | 111 | 0 | 100100 | 1101 | 1001000 | 110110 | 1000111 |
Color Harmonies of #CDDD8D
Complementary color
Monochromatic Colors of #CDDD8D
Black with #CDDD8D
Text Example
Text Example
White with #CDDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD8D; }
p { color: rgb(205,221,141); }
H1.HeaderClassName
{
color: #CDDD8D;
}
.AnyTagClassName
{
color: #CDDD8D;
}
</style>
background-color css
<style>
a { background-color: #CDDD8D; }
a { background-color: rgb(205,221,141); }
div.DivClassName
{
background-color: #CDDD8D;
}
.BgClassName
{
background-color: #CDDD8D;
}
</style>
border-color css
<style>
span { border-color: #CDDD8D; }
span { border-color: rgb(205,221,141); }
td.TdClassName
{
border-color: #CDDD8D;
}
.TagClassName
{
border-color: #CDDD8D;
}
</style>