Shades of Deco #CED28A
Tints of Deco #CED28A
RGB
CMYK
RGB Variations
Color information
#CED28A (or 0xCED28A) is known color: Deco. HEX triplet: CE, D2 and 8A. RGB value is (206,210,138). Sum of RGB (Red+Green+Blue) = 206+210+138=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #CED28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED28A is #312D75. Grayscale: #C8C8C8. Windows color (decimal): -3222902 or 9097934. OLE color: 9097934.
HSL color Cylindrical-coordinate representation of color #CED28A: hue angle of 63.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED28A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 138 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.18 |
| HSL | 63.33º | 0.44% | 0.68% | - |
| HSV(B) | 63.33º | 0.34% | 0.82% | - |
| XYZ | 53.09 | 61.05 | 33.03 | - |
| YUV | 200.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 138 | 0.02 | 0 | 0.34 | 0.18 | 63.33 | 0.44 | 0.68 |
| Hex | CE | D2 | 8A | 2 | 0 | 22 | 12 | 3F | 2C | 44 |
| Octal | 316 | 322 | 212 | 2 | 0 | 42 | 22 | 77 | 54 | 104 |
| Binary | 11001110 | 11010010 | 10001010 | 10 | 0 | 100010 | 10010 | 111111 | 101100 | 1000100 |
Color Harmonies of #CED28A
Complementary color
Monochromatic Colors of #CED28A
Black with #CED28A
Text Example
Text Example
White with #CED28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED28A; }
p { color: rgb(206,210,138); }
H1.HeaderClassName
{
color: #CED28A;
}
.AnyTagClassName
{
color: #CED28A;
}
</style>
background-color css
<style>
a { background-color: #CED28A; }
a { background-color: rgb(206,210,138); }
div.DivClassName
{
background-color: #CED28A;
}
.BgClassName
{
background-color: #CED28A;
}
</style>
border-color css
<style>
span { border-color: #CED28A; }
span { border-color: rgb(206,210,138); }
td.TdClassName
{
border-color: #CED28A;
}
.TagClassName
{
border-color: #CED28A;
}
</style>