Shades of Deco #CEDB7A
Tints of Deco #CEDB7A
RGB
CMYK
RGB Variations
Color information
#CEDB7A (or 0xCEDB7A) is known color: Deco. HEX triplet: CE, DB and 7A. RGB value is (206,219,122). Sum of RGB (Red+Green+Blue) = 206+219+122=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB7A is #312485. Grayscale: #CCCCCC. Windows color (decimal): -3220614 or 8051662. OLE color: 8051662.
HSL color Cylindrical-coordinate representation of color #CEDB7A: hue angle of 68.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEDB7A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 122 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.14 |
| HSL | 68.04º | 0.57% | 0.67% | - |
| HSV(B) | 68.04º | 0.44% | 0.86% | - |
| XYZ | 54.3 | 65.19 | 28.13 | - |
| YUV | 204.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 122 | 0.06 | 0 | 0.44 | 0.14 | 68.04 | 0.57 | 0.67 |
| Hex | CE | DB | 7A | 6 | 0 | 2C | E | 44 | 39 | 43 |
| Octal | 316 | 333 | 172 | 6 | 0 | 54 | 16 | 104 | 71 | 103 |
| Binary | 11001110 | 11011011 | 1111010 | 110 | 0 | 101100 | 1110 | 1000100 | 111001 | 1000011 |
Color Harmonies of #CEDB7A
Complementary color
Monochromatic Colors of #CEDB7A
Black with #CEDB7A
Text Example
Text Example
White with #CEDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB7A; }
p { color: rgb(206,219,122); }
H1.HeaderClassName
{
color: #CEDB7A;
}
.AnyTagClassName
{
color: #CEDB7A;
}
</style>
background-color css
<style>
a { background-color: #CEDB7A; }
a { background-color: rgb(206,219,122); }
div.DivClassName
{
background-color: #CEDB7A;
}
.BgClassName
{
background-color: #CEDB7A;
}
</style>
border-color css
<style>
span { border-color: #CEDB7A; }
span { border-color: rgb(206,219,122); }
td.TdClassName
{
border-color: #CEDB7A;
}
.TagClassName
{
border-color: #CEDB7A;
}
</style>