Shades of Deco #CED18B
Tints of Deco #CED18B
RGB
CMYK
RGB Variations
Color information
#CED18B (or 0xCED18B) is known color: Deco. HEX triplet: CE, D1 and 8B. RGB value is (206,209,139). Sum of RGB (Red+Green+Blue) = 206+209+139=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18B is #312E74. Grayscale: #C8C8C8. Windows color (decimal): -3223157 or 9163214. OLE color: 9163214.
HSL color Cylindrical-coordinate representation of color #CED18B: hue angle of 62.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED18B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 139 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.18 |
| HSL | 62.57º | 0.43% | 0.68% | - |
| HSV(B) | 62.57º | 0.33% | 0.82% | - |
| XYZ | 52.91 | 60.59 | 33.33 | - |
| YUV | 200.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 139 | 0.01 | 0 | 0.33 | 0.18 | 62.57 | 0.43 | 0.68 |
| Hex | CE | D1 | 8B | 1 | 0 | 21 | 12 | 3F | 2B | 44 |
| Octal | 316 | 321 | 213 | 1 | 0 | 41 | 22 | 77 | 53 | 104 |
| Binary | 11001110 | 11010001 | 10001011 | 1 | 0 | 100001 | 10010 | 111111 | 101011 | 1000100 |
Color Harmonies of #CED18B
Complementary color
Monochromatic Colors of #CED18B
Black with #CED18B
Text Example
Text Example
White with #CED18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED18B; }
p { color: rgb(206,209,139); }
H1.HeaderClassName
{
color: #CED18B;
}
.AnyTagClassName
{
color: #CED18B;
}
</style>
background-color css
<style>
a { background-color: #CED18B; }
a { background-color: rgb(206,209,139); }
div.DivClassName
{
background-color: #CED18B;
}
.BgClassName
{
background-color: #CED18B;
}
</style>
border-color css
<style>
span { border-color: #CED18B; }
span { border-color: rgb(206,209,139); }
td.TdClassName
{
border-color: #CED18B;
}
.TagClassName
{
border-color: #CED18B;
}
</style>