Shades of Deco #CEDB8D
Tints of Deco #CEDB8D
RGB
CMYK
RGB Variations
Color information
#CEDB8D (or 0xCEDB8D) is known color: Deco. HEX triplet: CE, DB and 8D. RGB value is (206,219,141). Sum of RGB (Red+Green+Blue) = 206+219+141=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB8D is #312472. Grayscale: #CECECE. Windows color (decimal): -3220595 or 9296846. OLE color: 9296846.
HSL color Cylindrical-coordinate representation of color #CEDB8D: hue angle of 70º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEDB8D is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 141 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.14 |
| HSL | 70º | 0.52% | 0.71% | - |
| HSV(B) | 70º | 0.36% | 0.86% | - |
| XYZ | 55.59 | 65.71 | 34.95 | - |
| YUV | 206.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 141 | 0.06 | 0 | 0.36 | 0.14 | 70 | 0.52 | 0.71 |
| Hex | CE | DB | 8D | 6 | 0 | 24 | E | 46 | 34 | 47 |
| Octal | 316 | 333 | 215 | 6 | 0 | 44 | 16 | 106 | 64 | 107 |
| Binary | 11001110 | 11011011 | 10001101 | 110 | 0 | 100100 | 1110 | 1000110 | 110100 | 1000111 |
Color Harmonies of #CEDB8D
Complementary color
Monochromatic Colors of #CEDB8D
Black with #CEDB8D
Text Example
Text Example
White with #CEDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB8D; }
p { color: rgb(206,219,141); }
H1.HeaderClassName
{
color: #CEDB8D;
}
.AnyTagClassName
{
color: #CEDB8D;
}
</style>
background-color css
<style>
a { background-color: #CEDB8D; }
a { background-color: rgb(206,219,141); }
div.DivClassName
{
background-color: #CEDB8D;
}
.BgClassName
{
background-color: #CEDB8D;
}
</style>
border-color css
<style>
span { border-color: #CEDB8D; }
span { border-color: rgb(206,219,141); }
td.TdClassName
{
border-color: #CEDB8D;
}
.TagClassName
{
border-color: #CEDB8D;
}
</style>