Shades of Deco #CEDA86
Tints of Deco #CEDA86
RGB
CMYK
RGB Variations
Color information
#CEDA86 (or 0xCEDA86) is known color: Deco. HEX triplet: CE, DA and 86. RGB value is (206,218,134). Sum of RGB (Red+Green+Blue) = 206+218+134=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA86 is #312579. Grayscale: #CDCDCD. Windows color (decimal): -3220858 or 8837838. OLE color: 8837838.
HSL color Cylindrical-coordinate representation of color #CEDA86: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEDA86 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 134 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.15 |
| HSL | 68.57º | 0.53% | 0.69% | - |
| HSV(B) | 68.57º | 0.39% | 0.85% | - |
| XYZ | 54.83 | 64.99 | 32.21 | - |
| YUV | 204.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 134 | 0.06 | 0 | 0.39 | 0.15 | 68.57 | 0.53 | 0.69 |
| Hex | CE | DA | 86 | 6 | 0 | 27 | F | 45 | 35 | 45 |
| Octal | 316 | 332 | 206 | 6 | 0 | 47 | 17 | 105 | 65 | 105 |
| Binary | 11001110 | 11011010 | 10000110 | 110 | 0 | 100111 | 1111 | 1000101 | 110101 | 1000101 |
Color Harmonies of #CEDA86
Complementary color
Monochromatic Colors of #CEDA86
Black with #CEDA86
Text Example
Text Example
White with #CEDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA86; }
p { color: rgb(206,218,134); }
H1.HeaderClassName
{
color: #CEDA86;
}
.AnyTagClassName
{
color: #CEDA86;
}
</style>
background-color css
<style>
a { background-color: #CEDA86; }
a { background-color: rgb(206,218,134); }
div.DivClassName
{
background-color: #CEDA86;
}
.BgClassName
{
background-color: #CEDA86;
}
</style>
border-color css
<style>
span { border-color: #CEDA86; }
span { border-color: rgb(206,218,134); }
td.TdClassName
{
border-color: #CEDA86;
}
.TagClassName
{
border-color: #CEDA86;
}
</style>