Shades of Deco #CED38D
Tints of Deco #CED38D
RGB
CMYK
RGB Variations
Color information
#CED38D (or 0xCED38D) is known color: Deco. HEX triplet: CE, D3 and 8D. RGB value is (206,211,141). Sum of RGB (Red+Green+Blue) = 206+211+141=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #CED38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED38D is #312C72. Grayscale: #C9C9C9. Windows color (decimal): -3222643 or 9294798. OLE color: 9294798.
HSL color Cylindrical-coordinate representation of color #CED38D: hue angle of 64.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED38D is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 141 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.17 |
| HSL | 64.29º | 0.44% | 0.69% | - |
| HSV(B) | 64.29º | 0.33% | 0.83% | - |
| XYZ | 53.56 | 61.63 | 34.27 | - |
| YUV | 201.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 141 | 0.02 | 0 | 0.33 | 0.17 | 64.29 | 0.44 | 0.69 |
| Hex | CE | D3 | 8D | 2 | 0 | 21 | 11 | 40 | 2C | 45 |
| Octal | 316 | 323 | 215 | 2 | 0 | 41 | 21 | 100 | 54 | 105 |
| Binary | 11001110 | 11010011 | 10001101 | 10 | 0 | 100001 | 10001 | 1000000 | 101100 | 1000101 |
Color Harmonies of #CED38D
Complementary color
Monochromatic Colors of #CED38D
Black with #CED38D
Text Example
Text Example
White with #CED38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED38D; }
p { color: rgb(206,211,141); }
H1.HeaderClassName
{
color: #CED38D;
}
.AnyTagClassName
{
color: #CED38D;
}
</style>
background-color css
<style>
a { background-color: #CED38D; }
a { background-color: rgb(206,211,141); }
div.DivClassName
{
background-color: #CED38D;
}
.BgClassName
{
background-color: #CED38D;
}
</style>
border-color css
<style>
span { border-color: #CED38D; }
span { border-color: rgb(206,211,141); }
td.TdClassName
{
border-color: #CED38D;
}
.TagClassName
{
border-color: #CED38D;
}
</style>