Shades of Deco #CEDB7B
Tints of Deco #CEDB7B
RGB
CMYK
RGB Variations
Color information
#CEDB7B (or 0xCEDB7B) is known color: Deco. HEX triplet: CE, DB and 7B. RGB value is (206,219,123). Sum of RGB (Red+Green+Blue) = 206+219+123=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB7B is #312484. Grayscale: #CCCCCC. Windows color (decimal): -3220613 or 8117198. OLE color: 8117198.
HSL color Cylindrical-coordinate representation of color #CEDB7B: hue angle of 68.13º 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 #CEDB7B is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 123 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.14 |
| HSL | 68.13º | 0.57% | 0.67% | - |
| HSV(B) | 68.13º | 0.44% | 0.86% | - |
| XYZ | 54.36 | 65.21 | 28.46 | - |
| YUV | 204.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 123 | 0.06 | 0 | 0.44 | 0.14 | 68.13 | 0.57 | 0.67 |
| Hex | CE | DB | 7B | 6 | 0 | 2C | E | 44 | 39 | 43 |
| Octal | 316 | 333 | 173 | 6 | 0 | 54 | 16 | 104 | 71 | 103 |
| Binary | 11001110 | 11011011 | 1111011 | 110 | 0 | 101100 | 1110 | 1000100 | 111001 | 1000011 |
Color Harmonies of #CEDB7B
Complementary color
Monochromatic Colors of #CEDB7B
Black with #CEDB7B
Text Example
Text Example
White with #CEDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB7B; }
p { color: rgb(206,219,123); }
H1.HeaderClassName
{
color: #CEDB7B;
}
.AnyTagClassName
{
color: #CEDB7B;
}
</style>
background-color css
<style>
a { background-color: #CEDB7B; }
a { background-color: rgb(206,219,123); }
div.DivClassName
{
background-color: #CEDB7B;
}
.BgClassName
{
background-color: #CEDB7B;
}
</style>
border-color css
<style>
span { border-color: #CEDB7B; }
span { border-color: rgb(206,219,123); }
td.TdClassName
{
border-color: #CEDB7B;
}
.TagClassName
{
border-color: #CEDB7B;
}
</style>