Shades of Deco #CDDB7E
Tints of Deco #CDDB7E
RGB
CMYK
RGB Variations
Color information
#CDDB7E (or 0xCDDB7E) is known color: Deco. HEX triplet: CD, DB and 7E. RGB value is (205,219,126). Sum of RGB (Red+Green+Blue) = 205+219+126=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB7E is #322481. Grayscale: #CCCCCC. Windows color (decimal): -3286146 or 8313805. OLE color: 8313805.
HSL color Cylindrical-coordinate representation of color #CDDB7E: hue angle of 69.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDB7E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 126 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.14 |
| HSL | 69.03º | 0.56% | 0.68% | - |
| HSV(B) | 69.03º | 0.42% | 0.86% | - |
| XYZ | 54.27 | 65.15 | 29.45 | - |
| YUV | 204.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 126 | 0.06 | 0 | 0.42 | 0.14 | 69.03 | 0.56 | 0.68 |
| Hex | CD | DB | 7E | 6 | 0 | 2A | E | 45 | 38 | 44 |
| Octal | 315 | 333 | 176 | 6 | 0 | 52 | 16 | 105 | 70 | 104 |
| Binary | 11001101 | 11011011 | 1111110 | 110 | 0 | 101010 | 1110 | 1000101 | 111000 | 1000100 |
Color Harmonies of #CDDB7E
Complementary color
Monochromatic Colors of #CDDB7E
Black with #CDDB7E
Text Example
Text Example
White with #CDDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB7E; }
p { color: rgb(205,219,126); }
H1.HeaderClassName
{
color: #CDDB7E;
}
.AnyTagClassName
{
color: #CDDB7E;
}
</style>
background-color css
<style>
a { background-color: #CDDB7E; }
a { background-color: rgb(205,219,126); }
div.DivClassName
{
background-color: #CDDB7E;
}
.BgClassName
{
background-color: #CDDB7E;
}
</style>
border-color css
<style>
span { border-color: #CDDB7E; }
span { border-color: rgb(205,219,126); }
td.TdClassName
{
border-color: #CDDB7E;
}
.TagClassName
{
border-color: #CDDB7E;
}
</style>