Shades of Deco #CDCE8A
Tints of Deco #CDCE8A
RGB
CMYK
RGB Variations
Color information
#CDCE8A (or 0xCDCE8A) is known color: Deco. HEX triplet: CD, CE and 8A. RGB value is (205,206,138). Sum of RGB (Red+Green+Blue) = 205+206+138=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCE8A is #323175. Grayscale: #C6C6C6. Windows color (decimal): -3289462 or 9096909. OLE color: 9096909.
HSL color Cylindrical-coordinate representation of color #CDCE8A: hue angle of 60.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDCE8A is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 138 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.19 |
| HSL | 60.88º | 0.41% | 0.67% | - |
| HSV(B) | 60.88º | 0.33% | 0.81% | - |
| XYZ | 51.84 | 58.96 | 32.69 | - |
| YUV | 197.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 138 | 0.00 | 0 | 0.33 | 0.19 | 60.88 | 0.41 | 0.67 |
| Hex | CD | CE | 8A | 0 | 0 | 21 | 13 | 3D | 29 | 43 |
| Octal | 315 | 316 | 212 | 0 | 0 | 41 | 23 | 75 | 51 | 103 |
| Binary | 11001101 | 11001110 | 10001010 | 0 | 0 | 100001 | 10011 | 111101 | 101001 | 1000011 |
Color Harmonies of #CDCE8A
Complementary color
Monochromatic Colors of #CDCE8A
Black with #CDCE8A
Text Example
Text Example
White with #CDCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE8A; }
p { color: rgb(205,206,138); }
H1.HeaderClassName
{
color: #CDCE8A;
}
.AnyTagClassName
{
color: #CDCE8A;
}
</style>
background-color css
<style>
a { background-color: #CDCE8A; }
a { background-color: rgb(205,206,138); }
div.DivClassName
{
background-color: #CDCE8A;
}
.BgClassName
{
background-color: #CDCE8A;
}
</style>
border-color css
<style>
span { border-color: #CDCE8A; }
span { border-color: rgb(205,206,138); }
td.TdClassName
{
border-color: #CDCE8A;
}
.TagClassName
{
border-color: #CDCE8A;
}
</style>