Shades of Deco #CEDC83
Tints of Deco #CEDC83
RGB
CMYK
RGB Variations
Color information
#CEDC83 (or 0xCEDC83) is known color: Deco. HEX triplet: CE, DC and 83. RGB value is (206,220,131). Sum of RGB (Red+Green+Blue) = 206+220+131=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC83 is #31237C. Grayscale: #CECECE. Windows color (decimal): -3220349 or 8641742. OLE color: 8641742.
HSL color Cylindrical-coordinate representation of color #CEDC83: hue angle of 69.44º degrees, saturation: 0.56, 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 #CEDC83 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 131 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.14 |
| HSL | 69.44º | 0.56% | 0.69% | - |
| HSV(B) | 69.44º | 0.4% | 0.86% | - |
| XYZ | 55.14 | 65.95 | 31.3 | - |
| YUV | 205.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 131 | 0.06 | 0 | 0.40 | 0.14 | 69.44 | 0.56 | 0.69 |
| Hex | CE | DC | 83 | 6 | 0 | 28 | E | 45 | 38 | 45 |
| Octal | 316 | 334 | 203 | 6 | 0 | 50 | 16 | 105 | 70 | 105 |
| Binary | 11001110 | 11011100 | 10000011 | 110 | 0 | 101000 | 1110 | 1000101 | 111000 | 1000101 |
Color Harmonies of #CEDC83
Complementary color
Monochromatic Colors of #CEDC83
Black with #CEDC83
Text Example
Text Example
White with #CEDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC83; }
p { color: rgb(206,220,131); }
H1.HeaderClassName
{
color: #CEDC83;
}
.AnyTagClassName
{
color: #CEDC83;
}
</style>
background-color css
<style>
a { background-color: #CEDC83; }
a { background-color: rgb(206,220,131); }
div.DivClassName
{
background-color: #CEDC83;
}
.BgClassName
{
background-color: #CEDC83;
}
</style>
border-color css
<style>
span { border-color: #CEDC83; }
span { border-color: rgb(206,220,131); }
td.TdClassName
{
border-color: #CEDC83;
}
.TagClassName
{
border-color: #CEDC83;
}
</style>