Shades of Deco #CDDD8B
Tints of Deco #CDDD8B
RGB
CMYK
RGB Variations
Color information
#CDDD8B (or 0xCDDD8B) is known color: Deco. HEX triplet: CD, DD and 8B. RGB value is (205,221,139). Sum of RGB (Red+Green+Blue) = 205+221+139=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD8B is #322274. Grayscale: #CFCFCF. Windows color (decimal): -3285621 or 9166285. OLE color: 9166285.
HSL color Cylindrical-coordinate representation of color #CDDD8B: hue angle of 71.71º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDDD8B is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 139 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.13 |
| HSL | 71.71º | 0.55% | 0.71% | - |
| HSV(B) | 71.71º | 0.37% | 0.87% | - |
| XYZ | 55.69 | 66.56 | 34.34 | - |
| YUV | 206.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 139 | 0.07 | 0 | 0.37 | 0.13 | 71.71 | 0.55 | 0.71 |
| Hex | CD | DD | 8B | 7 | 0 | 25 | D | 48 | 37 | 47 |
| Octal | 315 | 335 | 213 | 7 | 0 | 45 | 15 | 110 | 67 | 107 |
| Binary | 11001101 | 11011101 | 10001011 | 111 | 0 | 100101 | 1101 | 1001000 | 110111 | 1000111 |
Color Harmonies of #CDDD8B
Complementary color
Monochromatic Colors of #CDDD8B
Black with #CDDD8B
Text Example
Text Example
White with #CDDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD8B; }
p { color: rgb(205,221,139); }
H1.HeaderClassName
{
color: #CDDD8B;
}
.AnyTagClassName
{
color: #CDDD8B;
}
</style>
background-color css
<style>
a { background-color: #CDDD8B; }
a { background-color: rgb(205,221,139); }
div.DivClassName
{
background-color: #CDDD8B;
}
.BgClassName
{
background-color: #CDDD8B;
}
</style>
border-color css
<style>
span { border-color: #CDDD8B; }
span { border-color: rgb(205,221,139); }
td.TdClassName
{
border-color: #CDDD8B;
}
.TagClassName
{
border-color: #CDDD8B;
}
</style>