Shades of Deco #CADB8D
Tints of Deco #CADB8D
RGB
CMYK
RGB Variations
Color information
#CADB8D (or 0xCADB8D) is known color: Deco. HEX triplet: CA, DB and 8D. RGB value is (202,219,141). Sum of RGB (Red+Green+Blue) = 202+219+141=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB8D is #352472. Grayscale: #CDCDCD. Windows color (decimal): -3482739 or 9296842. OLE color: 9296842.
HSL color Cylindrical-coordinate representation of color #CADB8D: hue angle of 73.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CADB8D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 141 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.14 |
| HSL | 73.08º | 0.52% | 0.71% | - |
| HSV(B) | 73.08º | 0.36% | 0.86% | - |
| XYZ | 54.5 | 65.14 | 34.9 | - |
| YUV | 205.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 141 | 0.08 | 0 | 0.36 | 0.14 | 73.08 | 0.52 | 0.71 |
| Hex | CA | DB | 8D | 8 | 0 | 24 | E | 49 | 34 | 47 |
| Octal | 312 | 333 | 215 | 10 | 0 | 44 | 16 | 111 | 64 | 107 |
| Binary | 11001010 | 11011011 | 10001101 | 1000 | 0 | 100100 | 1110 | 1001001 | 110100 | 1000111 |
Color Harmonies of #CADB8D
Complementary color
Monochromatic Colors of #CADB8D
Black with #CADB8D
Text Example
Text Example
White with #CADB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB8D; }
p { color: rgb(202,219,141); }
H1.HeaderClassName
{
color: #CADB8D;
}
.AnyTagClassName
{
color: #CADB8D;
}
</style>
background-color css
<style>
a { background-color: #CADB8D; }
a { background-color: rgb(202,219,141); }
div.DivClassName
{
background-color: #CADB8D;
}
.BgClassName
{
background-color: #CADB8D;
}
</style>
border-color css
<style>
span { border-color: #CADB8D; }
span { border-color: rgb(202,219,141); }
td.TdClassName
{
border-color: #CADB8D;
}
.TagClassName
{
border-color: #CADB8D;
}
</style>