Shades of Deco #CED581
Tints of Deco #CED581
RGB
CMYK
RGB Variations
Color information
#CED581 (or 0xCED581) is known color: Deco. HEX triplet: CE, D5 and 81. RGB value is (206,213,129). Sum of RGB (Red+Green+Blue) = 206+213+129=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #CED581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED581 is #312A7E. Grayscale: #C9C9C9. Windows color (decimal): -3222143 or 8508878. OLE color: 8508878.
HSL color Cylindrical-coordinate representation of color #CED581: hue angle of 65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CED581 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 129 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.16 |
| HSL | 65º | 0.5% | 0.67% | - |
| HSV(B) | 65º | 0.39% | 0.84% | - |
| XYZ | 53.21 | 62.3 | 29.99 | - |
| YUV | 201.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 129 | 0.03 | 0 | 0.39 | 0.16 | 65 | 0.5 | 0.67 |
| Hex | CE | D5 | 81 | 3 | 0 | 27 | 10 | 41 | 32 | 43 |
| Octal | 316 | 325 | 201 | 3 | 0 | 47 | 20 | 101 | 62 | 103 |
| Binary | 11001110 | 11010101 | 10000001 | 11 | 0 | 100111 | 10000 | 1000001 | 110010 | 1000011 |
Color Harmonies of #CED581
Complementary color
Monochromatic Colors of #CED581
Black with #CED581
Text Example
Text Example
White with #CED581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED581; }
p { color: rgb(206,213,129); }
H1.HeaderClassName
{
color: #CED581;
}
.AnyTagClassName
{
color: #CED581;
}
</style>
background-color css
<style>
a { background-color: #CED581; }
a { background-color: rgb(206,213,129); }
div.DivClassName
{
background-color: #CED581;
}
.BgClassName
{
background-color: #CED581;
}
</style>
border-color css
<style>
span { border-color: #CED581; }
span { border-color: rgb(206,213,129); }
td.TdClassName
{
border-color: #CED581;
}
.TagClassName
{
border-color: #CED581;
}
</style>