Shades of Deco #CBDB88
Tints of Deco #CBDB88
RGB
CMYK
RGB Variations
Color information
#CBDB88 (or 0xCBDB88) is known color: Deco. HEX triplet: CB, DB and 88. RGB value is (203,219,136). Sum of RGB (Red+Green+Blue) = 203+219+136=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB88 is #342477. Grayscale: #CDCDCD. Windows color (decimal): -3417208 or 8969163. OLE color: 8969163.
HSL color Cylindrical-coordinate representation of color #CBDB88: hue angle of 71.57º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBDB88 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 136 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.14 |
| HSL | 71.57º | 0.54% | 0.7% | - |
| HSV(B) | 71.57º | 0.38% | 0.86% | - |
| XYZ | 54.4 | 65.14 | 33 | - |
| YUV | 204.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 136 | 0.07 | 0 | 0.38 | 0.14 | 71.57 | 0.54 | 0.7 |
| Hex | CB | DB | 88 | 7 | 0 | 26 | E | 48 | 36 | 46 |
| Octal | 313 | 333 | 210 | 7 | 0 | 46 | 16 | 110 | 66 | 106 |
| Binary | 11001011 | 11011011 | 10001000 | 111 | 0 | 100110 | 1110 | 1001000 | 110110 | 1000110 |
Color Harmonies of #CBDB88
Complementary color
Monochromatic Colors of #CBDB88
Black with #CBDB88
Text Example
Text Example
White with #CBDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB88; }
p { color: rgb(203,219,136); }
H1.HeaderClassName
{
color: #CBDB88;
}
.AnyTagClassName
{
color: #CBDB88;
}
</style>
background-color css
<style>
a { background-color: #CBDB88; }
a { background-color: rgb(203,219,136); }
div.DivClassName
{
background-color: #CBDB88;
}
.BgClassName
{
background-color: #CBDB88;
}
</style>
border-color css
<style>
span { border-color: #CBDB88; }
span { border-color: rgb(203,219,136); }
td.TdClassName
{
border-color: #CBDB88;
}
.TagClassName
{
border-color: #CBDB88;
}
</style>