Shades of Deco #CEDB7C
Tints of Deco #CEDB7C
RGB
CMYK
RGB Variations
Color information
#CEDB7C (or 0xCEDB7C) is known color: Deco. HEX triplet: CE, DB and 7C. RGB value is (206,219,124). Sum of RGB (Red+Green+Blue) = 206+219+124=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB7C is #312483. Grayscale: #CCCCCC. Windows color (decimal): -3220612 or 8182734. OLE color: 8182734.
HSL color Cylindrical-coordinate representation of color #CEDB7C: hue angle of 68.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEDB7C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 124 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.14 |
| HSL | 68.21º | 0.57% | 0.67% | - |
| HSV(B) | 68.21º | 0.43% | 0.86% | - |
| XYZ | 54.42 | 65.24 | 28.79 | - |
| YUV | 204.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 124 | 0.06 | 0 | 0.43 | 0.14 | 68.21 | 0.57 | 0.67 |
| Hex | CE | DB | 7C | 6 | 0 | 2B | E | 44 | 39 | 43 |
| Octal | 316 | 333 | 174 | 6 | 0 | 53 | 16 | 104 | 71 | 103 |
| Binary | 11001110 | 11011011 | 1111100 | 110 | 0 | 101011 | 1110 | 1000100 | 111001 | 1000011 |
Color Harmonies of #CEDB7C
Complementary color
Monochromatic Colors of #CEDB7C
Black with #CEDB7C
Text Example
Text Example
White with #CEDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB7C; }
p { color: rgb(206,219,124); }
H1.HeaderClassName
{
color: #CEDB7C;
}
.AnyTagClassName
{
color: #CEDB7C;
}
</style>
background-color css
<style>
a { background-color: #CEDB7C; }
a { background-color: rgb(206,219,124); }
div.DivClassName
{
background-color: #CEDB7C;
}
.BgClassName
{
background-color: #CEDB7C;
}
</style>
border-color css
<style>
span { border-color: #CEDB7C; }
span { border-color: rgb(206,219,124); }
td.TdClassName
{
border-color: #CEDB7C;
}
.TagClassName
{
border-color: #CEDB7C;
}
</style>