Shades of Deco #CED385
Tints of Deco #CED385
RGB
CMYK
RGB Variations
Color information
#CED385 (or 0xCED385) is known color: Deco. HEX triplet: CE, D3 and 85. RGB value is (206,211,133). Sum of RGB (Red+Green+Blue) = 206+211+133=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #CED385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED385 is #312C7A. Grayscale: #C8C8C8. Windows color (decimal): -3222651 or 8770510. OLE color: 8770510.
HSL color Cylindrical-coordinate representation of color #CED385: hue angle of 63.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED385 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 133 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.17 |
| HSL | 63.85º | 0.47% | 0.67% | - |
| HSV(B) | 63.85º | 0.37% | 0.83% | - |
| XYZ | 52.98 | 61.4 | 31.25 | - |
| YUV | 200.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 133 | 0.02 | 0 | 0.37 | 0.17 | 63.85 | 0.47 | 0.67 |
| Hex | CE | D3 | 85 | 2 | 0 | 25 | 11 | 40 | 2F | 43 |
| Octal | 316 | 323 | 205 | 2 | 0 | 45 | 21 | 100 | 57 | 103 |
| Binary | 11001110 | 11010011 | 10000101 | 10 | 0 | 100101 | 10001 | 1000000 | 101111 | 1000011 |
Color Harmonies of #CED385
Complementary color
Monochromatic Colors of #CED385
Black with #CED385
Text Example
Text Example
White with #CED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED385; }
p { color: rgb(206,211,133); }
H1.HeaderClassName
{
color: #CED385;
}
.AnyTagClassName
{
color: #CED385;
}
</style>
background-color css
<style>
a { background-color: #CED385; }
a { background-color: rgb(206,211,133); }
div.DivClassName
{
background-color: #CED385;
}
.BgClassName
{
background-color: #CED385;
}
</style>
border-color css
<style>
span { border-color: #CED385; }
span { border-color: rgb(206,211,133); }
td.TdClassName
{
border-color: #CED385;
}
.TagClassName
{
border-color: #CED385;
}
</style>