Shades of Deco #CED191
Tints of Deco #CED191
RGB
CMYK
RGB Variations
Color information
#CED191 (or 0xCED191) is known color: Deco. HEX triplet: CE, D1 and 91. RGB value is (206,209,145). Sum of RGB (Red+Green+Blue) = 206+209+145=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #CED191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED191 is #312E6E. Grayscale: #C9C9C9. Windows color (decimal): -3223151 or 9556430. OLE color: 9556430.
HSL color Cylindrical-coordinate representation of color #CED191: hue angle of 62.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED191 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 145 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.18 |
| HSL | 62.81º | 0.41% | 0.69% | - |
| HSV(B) | 62.81º | 0.31% | 0.82% | - |
| XYZ | 53.36 | 60.77 | 35.7 | - |
| YUV | 200.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 145 | 0.01 | 0 | 0.31 | 0.18 | 62.81 | 0.41 | 0.69 |
| Hex | CE | D1 | 91 | 1 | 0 | 1F | 12 | 3F | 29 | 45 |
| Octal | 316 | 321 | 221 | 1 | 0 | 37 | 22 | 77 | 51 | 105 |
| Binary | 11001110 | 11010001 | 10010001 | 1 | 0 | 11111 | 10010 | 111111 | 101001 | 1000101 |
Color Harmonies of #CED191
Complementary color
Monochromatic Colors of #CED191
Black with #CED191
Text Example
Text Example
White with #CED191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED191; }
p { color: rgb(206,209,145); }
H1.HeaderClassName
{
color: #CED191;
}
.AnyTagClassName
{
color: #CED191;
}
</style>
background-color css
<style>
a { background-color: #CED191; }
a { background-color: rgb(206,209,145); }
div.DivClassName
{
background-color: #CED191;
}
.BgClassName
{
background-color: #CED191;
}
</style>
border-color css
<style>
span { border-color: #CED191; }
span { border-color: rgb(206,209,145); }
td.TdClassName
{
border-color: #CED191;
}
.TagClassName
{
border-color: #CED191;
}
</style>