Shades of Deco #CED574
Tints of Deco #CED574
RGB
CMYK
RGB Variations
Color information
#CED574 (or 0xCED574) is known color: Deco. HEX triplet: CE, D5 and 74. RGB value is (206,213,116). Sum of RGB (Red+Green+Blue) = 206+213+116=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #CED574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED574 is #312A8B. Grayscale: #C8C8C8. Windows color (decimal): -3222156 or 7656910. OLE color: 7656910.
HSL color Cylindrical-coordinate representation of color #CED574: hue angle of 64.33º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED574 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 116 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.16 |
| HSL | 64.33º | 0.54% | 0.65% | - |
| HSV(B) | 64.33º | 0.46% | 0.84% | - |
| XYZ | 52.4 | 61.97 | 25.72 | - |
| YUV | 199.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 116 | 0.03 | 0 | 0.46 | 0.16 | 64.33 | 0.54 | 0.65 |
| Hex | CE | D5 | 74 | 3 | 0 | 2E | 10 | 40 | 36 | 41 |
| Octal | 316 | 325 | 164 | 3 | 0 | 56 | 20 | 100 | 66 | 101 |
| Binary | 11001110 | 11010101 | 1110100 | 11 | 0 | 101110 | 10000 | 1000000 | 110110 | 1000001 |
Color Harmonies of #CED574
Complementary color
Monochromatic Colors of #CED574
Black with #CED574
Text Example
Text Example
White with #CED574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED574; }
p { color: rgb(206,213,116); }
H1.HeaderClassName
{
color: #CED574;
}
.AnyTagClassName
{
color: #CED574;
}
</style>
background-color css
<style>
a { background-color: #CED574; }
a { background-color: rgb(206,213,116); }
div.DivClassName
{
background-color: #CED574;
}
.BgClassName
{
background-color: #CED574;
}
</style>
border-color css
<style>
span { border-color: #CED574; }
span { border-color: rgb(206,213,116); }
td.TdClassName
{
border-color: #CED574;
}
.TagClassName
{
border-color: #CED574;
}
</style>