Shades of Deco #CBDB8E
Tints of Deco #CBDB8E
RGB
CMYK
RGB Variations
Color information
#CBDB8E (or 0xCBDB8E) is known color: Deco. HEX triplet: CB, DB and 8E. RGB value is (203,219,142). Sum of RGB (Red+Green+Blue) = 203+219+142=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB8E is #342471. Grayscale: #CDCDCD. Windows color (decimal): -3417202 or 9362379. OLE color: 9362379.
HSL color Cylindrical-coordinate representation of color #CBDB8E: hue angle of 72.47º 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 #CBDB8E is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 142 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.14 |
| HSL | 72.47º | 0.52% | 0.71% | - |
| HSV(B) | 72.47º | 0.35% | 0.86% | - |
| XYZ | 54.84 | 65.31 | 35.31 | - |
| YUV | 205.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 142 | 0.07 | 0 | 0.35 | 0.14 | 72.47 | 0.52 | 0.71 |
| Hex | CB | DB | 8E | 7 | 0 | 23 | E | 48 | 34 | 47 |
| Octal | 313 | 333 | 216 | 7 | 0 | 43 | 16 | 110 | 64 | 107 |
| Binary | 11001011 | 11011011 | 10001110 | 111 | 0 | 100011 | 1110 | 1001000 | 110100 | 1000111 |
Color Harmonies of #CBDB8E
Complementary color
Monochromatic Colors of #CBDB8E
Black with #CBDB8E
Text Example
Text Example
White with #CBDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB8E; }
p { color: rgb(203,219,142); }
H1.HeaderClassName
{
color: #CBDB8E;
}
.AnyTagClassName
{
color: #CBDB8E;
}
</style>
background-color css
<style>
a { background-color: #CBDB8E; }
a { background-color: rgb(203,219,142); }
div.DivClassName
{
background-color: #CBDB8E;
}
.BgClassName
{
background-color: #CBDB8E;
}
</style>
border-color css
<style>
span { border-color: #CBDB8E; }
span { border-color: rgb(203,219,142); }
td.TdClassName
{
border-color: #CBDB8E;
}
.TagClassName
{
border-color: #CBDB8E;
}
</style>