Shades of Deco #CEDA82
Tints of Deco #CEDA82
RGB
CMYK
RGB Variations
Color information
#CEDA82 (or 0xCEDA82) is known color: Deco. HEX triplet: CE, DA and 82. RGB value is (206,218,130). Sum of RGB (Red+Green+Blue) = 206+218+130=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA82 is #31257D. Grayscale: #CCCCCC. Windows color (decimal): -3220862 or 8575694. OLE color: 8575694.
HSL color Cylindrical-coordinate representation of color #CEDA82: hue angle of 68.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDA82 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 130 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.15 |
| HSL | 68.18º | 0.54% | 0.68% | - |
| HSV(B) | 68.18º | 0.4% | 0.85% | - |
| XYZ | 54.55 | 64.88 | 30.77 | - |
| YUV | 204.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 130 | 0.06 | 0 | 0.40 | 0.15 | 68.18 | 0.54 | 0.68 |
| Hex | CE | DA | 82 | 6 | 0 | 28 | F | 44 | 36 | 44 |
| Octal | 316 | 332 | 202 | 6 | 0 | 50 | 17 | 104 | 66 | 104 |
| Binary | 11001110 | 11011010 | 10000010 | 110 | 0 | 101000 | 1111 | 1000100 | 110110 | 1000100 |
Color Harmonies of #CEDA82
Complementary color
Monochromatic Colors of #CEDA82
Black with #CEDA82
Text Example
Text Example
White with #CEDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA82; }
p { color: rgb(206,218,130); }
H1.HeaderClassName
{
color: #CEDA82;
}
.AnyTagClassName
{
color: #CEDA82;
}
</style>
background-color css
<style>
a { background-color: #CEDA82; }
a { background-color: rgb(206,218,130); }
div.DivClassName
{
background-color: #CEDA82;
}
.BgClassName
{
background-color: #CEDA82;
}
</style>
border-color css
<style>
span { border-color: #CEDA82; }
span { border-color: rgb(206,218,130); }
td.TdClassName
{
border-color: #CEDA82;
}
.TagClassName
{
border-color: #CEDA82;
}
</style>