Shades of Deco #CDDB8E
Tints of Deco #CDDB8E
RGB
CMYK
RGB Variations
Color information
#CDDB8E (or 0xCDDB8E) is known color: Deco. HEX triplet: CD, DB and 8E. RGB value is (205,219,142). Sum of RGB (Red+Green+Blue) = 205+219+142=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB8E is #322471. Grayscale: #CECECE. Windows color (decimal): -3286130 or 9362381. OLE color: 9362381.
HSL color Cylindrical-coordinate representation of color #CDDB8E: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDDB8E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 142 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.14 |
| HSL | 70.91º | 0.52% | 0.71% | - |
| HSV(B) | 70.91º | 0.35% | 0.86% | - |
| XYZ | 55.39 | 65.6 | 35.33 | - |
| YUV | 206.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 142 | 0.06 | 0 | 0.35 | 0.14 | 70.91 | 0.52 | 0.71 |
| Hex | CD | DB | 8E | 6 | 0 | 23 | E | 47 | 34 | 47 |
| Octal | 315 | 333 | 216 | 6 | 0 | 43 | 16 | 107 | 64 | 107 |
| Binary | 11001101 | 11011011 | 10001110 | 110 | 0 | 100011 | 1110 | 1000111 | 110100 | 1000111 |
Color Harmonies of #CDDB8E
Complementary color
Monochromatic Colors of #CDDB8E
Black with #CDDB8E
Text Example
Text Example
White with #CDDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB8E; }
p { color: rgb(205,219,142); }
H1.HeaderClassName
{
color: #CDDB8E;
}
.AnyTagClassName
{
color: #CDDB8E;
}
</style>
background-color css
<style>
a { background-color: #CDDB8E; }
a { background-color: rgb(205,219,142); }
div.DivClassName
{
background-color: #CDDB8E;
}
.BgClassName
{
background-color: #CDDB8E;
}
</style>
border-color css
<style>
span { border-color: #CDDB8E; }
span { border-color: rgb(205,219,142); }
td.TdClassName
{
border-color: #CDDB8E;
}
.TagClassName
{
border-color: #CDDB8E;
}
</style>