Shades of Deco #CBDC7E
Tints of Deco #CBDC7E
RGB
CMYK
RGB Variations
Color information
#CBDC7E (or 0xCBDC7E) is known color: Deco. HEX triplet: CB, DC and 7E. RGB value is (203,220,126). Sum of RGB (Red+Green+Blue) = 203+220+126=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC7E is #342381. Grayscale: #CCCCCC. Windows color (decimal): -3416962 or 8314059. OLE color: 8314059.
HSL color Cylindrical-coordinate representation of color #CBDC7E: hue angle of 70.85º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBDC7E is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 126 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.14 |
| HSL | 70.85º | 0.57% | 0.68% | - |
| HSV(B) | 70.85º | 0.43% | 0.86% | - |
| XYZ | 53.99 | 65.39 | 29.51 | - |
| YUV | 204.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 126 | 0.08 | 0 | 0.43 | 0.14 | 70.85 | 0.57 | 0.68 |
| Hex | CB | DC | 7E | 8 | 0 | 2B | E | 47 | 39 | 44 |
| Octal | 313 | 334 | 176 | 10 | 0 | 53 | 16 | 107 | 71 | 104 |
| Binary | 11001011 | 11011100 | 1111110 | 1000 | 0 | 101011 | 1110 | 1000111 | 111001 | 1000100 |
Color Harmonies of #CBDC7E
Complementary color
Monochromatic Colors of #CBDC7E
Black with #CBDC7E
Text Example
Text Example
White with #CBDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC7E; }
p { color: rgb(203,220,126); }
H1.HeaderClassName
{
color: #CBDC7E;
}
.AnyTagClassName
{
color: #CBDC7E;
}
</style>
background-color css
<style>
a { background-color: #CBDC7E; }
a { background-color: rgb(203,220,126); }
div.DivClassName
{
background-color: #CBDC7E;
}
.BgClassName
{
background-color: #CBDC7E;
}
</style>
border-color css
<style>
span { border-color: #CBDC7E; }
span { border-color: rgb(203,220,126); }
td.TdClassName
{
border-color: #CBDC7E;
}
.TagClassName
{
border-color: #CBDC7E;
}
</style>