Shades of Deco #CEDB82
Tints of Deco #CEDB82
RGB
CMYK
RGB Variations
Color information
#CEDB82 (or 0xCEDB82) is known color: Deco. HEX triplet: CE, DB and 82. RGB value is (206,219,130). Sum of RGB (Red+Green+Blue) = 206+219+130=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB82 is #31247D. Grayscale: #CDCDCD. Windows color (decimal): -3220606 or 8575950. OLE color: 8575950.
HSL color Cylindrical-coordinate representation of color #CEDB82: hue angle of 68.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEDB82 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 130 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.14 |
| HSL | 68.76º | 0.55% | 0.68% | - |
| HSV(B) | 68.76º | 0.41% | 0.86% | - |
| XYZ | 54.81 | 65.4 | 30.85 | - |
| YUV | 204.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 130 | 0.06 | 0 | 0.41 | 0.14 | 68.76 | 0.55 | 0.68 |
| Hex | CE | DB | 82 | 6 | 0 | 29 | E | 45 | 37 | 44 |
| Octal | 316 | 333 | 202 | 6 | 0 | 51 | 16 | 105 | 67 | 104 |
| Binary | 11001110 | 11011011 | 10000010 | 110 | 0 | 101001 | 1110 | 1000101 | 110111 | 1000100 |
Color Harmonies of #CEDB82
Complementary color
Monochromatic Colors of #CEDB82
Black with #CEDB82
Text Example
Text Example
White with #CEDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB82; }
p { color: rgb(206,219,130); }
H1.HeaderClassName
{
color: #CEDB82;
}
.AnyTagClassName
{
color: #CEDB82;
}
</style>
background-color css
<style>
a { background-color: #CEDB82; }
a { background-color: rgb(206,219,130); }
div.DivClassName
{
background-color: #CEDB82;
}
.BgClassName
{
background-color: #CEDB82;
}
</style>
border-color css
<style>
span { border-color: #CEDB82; }
span { border-color: rgb(206,219,130); }
td.TdClassName
{
border-color: #CEDB82;
}
.TagClassName
{
border-color: #CEDB82;
}
</style>