Shades of Deco #CED28F
Tints of Deco #CED28F
RGB
CMYK
RGB Variations
Color information
#CED28F (or 0xCED28F) is known color: Deco. HEX triplet: CE, D2 and 8F. RGB value is (206,210,143). Sum of RGB (Red+Green+Blue) = 206+210+143=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #CED28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED28F is #312D70. Grayscale: #C9C9C9. Windows color (decimal): -3222897 or 9425614. OLE color: 9425614.
HSL color Cylindrical-coordinate representation of color #CED28F: hue angle of 63.58º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED28F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 143 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.18 |
| HSL | 63.58º | 0.43% | 0.69% | - |
| HSV(B) | 63.58º | 0.32% | 0.82% | - |
| XYZ | 53.46 | 61.2 | 34.98 | - |
| YUV | 201.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 143 | 0.02 | 0 | 0.32 | 0.18 | 63.58 | 0.43 | 0.69 |
| Hex | CE | D2 | 8F | 2 | 0 | 20 | 12 | 40 | 2B | 45 |
| Octal | 316 | 322 | 217 | 2 | 0 | 40 | 22 | 100 | 53 | 105 |
| Binary | 11001110 | 11010010 | 10001111 | 10 | 0 | 100000 | 10010 | 1000000 | 101011 | 1000101 |
Color Harmonies of #CED28F
Complementary color
Monochromatic Colors of #CED28F
Black with #CED28F
Text Example
Text Example
White with #CED28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED28F; }
p { color: rgb(206,210,143); }
H1.HeaderClassName
{
color: #CED28F;
}
.AnyTagClassName
{
color: #CED28F;
}
</style>
background-color css
<style>
a { background-color: #CED28F; }
a { background-color: rgb(206,210,143); }
div.DivClassName
{
background-color: #CED28F;
}
.BgClassName
{
background-color: #CED28F;
}
</style>
border-color css
<style>
span { border-color: #CED28F; }
span { border-color: rgb(206,210,143); }
td.TdClassName
{
border-color: #CED28F;
}
.TagClassName
{
border-color: #CED28F;
}
</style>