Shades of Deco #CED28D
Tints of Deco #CED28D
RGB
CMYK
RGB Variations
Color information
#CED28D (or 0xCED28D) is known color: Deco. HEX triplet: CE, D2 and 8D. RGB value is (206,210,141). Sum of RGB (Red+Green+Blue) = 206+210+141=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #CED28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED28D is #312D72. Grayscale: #C9C9C9. Windows color (decimal): -3222899 or 9294542. OLE color: 9294542.
HSL color Cylindrical-coordinate representation of color #CED28D: hue angle of 63.48º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED28D is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 141 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.18 |
| HSL | 63.48º | 0.43% | 0.69% | - |
| HSV(B) | 63.48º | 0.33% | 0.82% | - |
| XYZ | 53.31 | 61.14 | 34.19 | - |
| YUV | 200.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 141 | 0.02 | 0 | 0.33 | 0.18 | 63.48 | 0.43 | 0.69 |
| Hex | CE | D2 | 8D | 2 | 0 | 21 | 12 | 3F | 2B | 45 |
| Octal | 316 | 322 | 215 | 2 | 0 | 41 | 22 | 77 | 53 | 105 |
| Binary | 11001110 | 11010010 | 10001101 | 10 | 0 | 100001 | 10010 | 111111 | 101011 | 1000101 |
Color Harmonies of #CED28D
Complementary color
Monochromatic Colors of #CED28D
Black with #CED28D
Text Example
Text Example
White with #CED28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED28D; }
p { color: rgb(206,210,141); }
H1.HeaderClassName
{
color: #CED28D;
}
.AnyTagClassName
{
color: #CED28D;
}
</style>
background-color css
<style>
a { background-color: #CED28D; }
a { background-color: rgb(206,210,141); }
div.DivClassName
{
background-color: #CED28D;
}
.BgClassName
{
background-color: #CED28D;
}
</style>
border-color css
<style>
span { border-color: #CED28D; }
span { border-color: rgb(206,210,141); }
td.TdClassName
{
border-color: #CED28D;
}
.TagClassName
{
border-color: #CED28D;
}
</style>