Shades of Deco #CEDB84
Tints of Deco #CEDB84
RGB
CMYK
RGB Variations
Color information
#CEDB84 (or 0xCEDB84) is known color: Deco. HEX triplet: CE, DB and 84. RGB value is (206,219,132). Sum of RGB (Red+Green+Blue) = 206+219+132=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB84 is #31247B. Grayscale: #CDCDCD. Windows color (decimal): -3220604 or 8707022. OLE color: 8707022.
HSL color Cylindrical-coordinate representation of color #CEDB84: hue angle of 68.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDB84 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 132 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.14 |
| HSL | 68.97º | 0.55% | 0.69% | - |
| HSV(B) | 68.97º | 0.4% | 0.86% | - |
| XYZ | 54.95 | 65.45 | 31.57 | - |
| YUV | 205.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 132 | 0.06 | 0 | 0.40 | 0.14 | 68.97 | 0.55 | 0.69 |
| Hex | CE | DB | 84 | 6 | 0 | 28 | E | 45 | 37 | 45 |
| Octal | 316 | 333 | 204 | 6 | 0 | 50 | 16 | 105 | 67 | 105 |
| Binary | 11001110 | 11011011 | 10000100 | 110 | 0 | 101000 | 1110 | 1000101 | 110111 | 1000101 |
Color Harmonies of #CEDB84
Complementary color
Monochromatic Colors of #CEDB84
Black with #CEDB84
Text Example
Text Example
White with #CEDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB84; }
p { color: rgb(206,219,132); }
H1.HeaderClassName
{
color: #CEDB84;
}
.AnyTagClassName
{
color: #CEDB84;
}
</style>
background-color css
<style>
a { background-color: #CEDB84; }
a { background-color: rgb(206,219,132); }
div.DivClassName
{
background-color: #CEDB84;
}
.BgClassName
{
background-color: #CEDB84;
}
</style>
border-color css
<style>
span { border-color: #CEDB84; }
span { border-color: rgb(206,219,132); }
td.TdClassName
{
border-color: #CEDB84;
}
.TagClassName
{
border-color: #CEDB84;
}
</style>