Shades of Deco #CBDA7E
Tints of Deco #CBDA7E
RGB
CMYK
RGB Variations
Color information
#CBDA7E (or 0xCBDA7E) is known color: Deco. HEX triplet: CB, DA and 7E. RGB value is (203,218,126). Sum of RGB (Red+Green+Blue) = 203+218+126=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA7E is #342581. Grayscale: #CBCBCB. Windows color (decimal): -3417474 or 8313547. OLE color: 8313547.
HSL color Cylindrical-coordinate representation of color #CBDA7E: hue angle of 69.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBDA7E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 126 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.15 |
| HSL | 69.78º | 0.55% | 0.67% | - |
| HSV(B) | 69.78º | 0.42% | 0.85% | - |
| XYZ | 53.47 | 64.35 | 29.34 | - |
| YUV | 203.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 126 | 0.07 | 0 | 0.42 | 0.15 | 69.78 | 0.55 | 0.67 |
| Hex | CB | DA | 7E | 7 | 0 | 2A | F | 46 | 37 | 43 |
| Octal | 313 | 332 | 176 | 7 | 0 | 52 | 17 | 106 | 67 | 103 |
| Binary | 11001011 | 11011010 | 1111110 | 111 | 0 | 101010 | 1111 | 1000110 | 110111 | 1000011 |
Color Harmonies of #CBDA7E
Complementary color
Monochromatic Colors of #CBDA7E
Black with #CBDA7E
Text Example
Text Example
White with #CBDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA7E; }
p { color: rgb(203,218,126); }
H1.HeaderClassName
{
color: #CBDA7E;
}
.AnyTagClassName
{
color: #CBDA7E;
}
</style>
background-color css
<style>
a { background-color: #CBDA7E; }
a { background-color: rgb(203,218,126); }
div.DivClassName
{
background-color: #CBDA7E;
}
.BgClassName
{
background-color: #CBDA7E;
}
</style>
border-color css
<style>
span { border-color: #CBDA7E; }
span { border-color: rgb(203,218,126); }
td.TdClassName
{
border-color: #CBDA7E;
}
.TagClassName
{
border-color: #CBDA7E;
}
</style>