Shades of Deco #CED18D
Tints of Deco #CED18D
RGB
CMYK
RGB Variations
Color information
#CED18D (or 0xCED18D) is known color: Deco. HEX triplet: CE, D1 and 8D. RGB value is (206,209,141). Sum of RGB (Red+Green+Blue) = 206+209+141=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18D is #312E72. Grayscale: #C8C8C8. Windows color (decimal): -3223155 or 9294286. OLE color: 9294286.
HSL color Cylindrical-coordinate representation of color #CED18D: hue angle of 62.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED18D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 141 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.18 |
| HSL | 62.65º | 0.43% | 0.69% | - |
| HSV(B) | 62.65º | 0.33% | 0.82% | - |
| XYZ | 53.06 | 60.65 | 34.11 | - |
| YUV | 200.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 141 | 0.01 | 0 | 0.33 | 0.18 | 62.65 | 0.43 | 0.69 |
| Hex | CE | D1 | 8D | 1 | 0 | 21 | 12 | 3F | 2A | 45 |
| Octal | 316 | 321 | 215 | 1 | 0 | 41 | 22 | 77 | 52 | 105 |
| Binary | 11001110 | 11010001 | 10001101 | 1 | 0 | 100001 | 10010 | 111111 | 101010 | 1000101 |
Color Harmonies of #CED18D
Complementary color
Monochromatic Colors of #CED18D
Black with #CED18D
Text Example
Text Example
White with #CED18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED18D; }
p { color: rgb(206,209,141); }
H1.HeaderClassName
{
color: #CED18D;
}
.AnyTagClassName
{
color: #CED18D;
}
</style>
background-color css
<style>
a { background-color: #CED18D; }
a { background-color: rgb(206,209,141); }
div.DivClassName
{
background-color: #CED18D;
}
.BgClassName
{
background-color: #CED18D;
}
</style>
border-color css
<style>
span { border-color: #CED18D; }
span { border-color: rgb(206,209,141); }
td.TdClassName
{
border-color: #CED18D;
}
.TagClassName
{
border-color: #CED18D;
}
</style>