Shades of Deco #CED273
Tints of Deco #CED273
RGB
CMYK
RGB Variations
Color information
#CED273 (or 0xCED273) is known color: Deco. HEX triplet: CE, D2 and 73. RGB value is (206,210,115). Sum of RGB (Red+Green+Blue) = 206+210+115=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #CED273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED273 is #312D8C. Grayscale: #C6C6C6. Windows color (decimal): -3222925 or 7590606. OLE color: 7590606.
HSL color Cylindrical-coordinate representation of color #CED273: hue angle of 62.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED273 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 115 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.18 |
| HSL | 62.53º | 0.51% | 0.64% | - |
| HSV(B) | 62.53º | 0.45% | 0.82% | - |
| XYZ | 51.59 | 60.45 | 25.17 | - |
| YUV | 197.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 115 | 0.02 | 0 | 0.45 | 0.18 | 62.53 | 0.51 | 0.64 |
| Hex | CE | D2 | 73 | 2 | 0 | 2D | 12 | 3F | 33 | 40 |
| Octal | 316 | 322 | 163 | 2 | 0 | 55 | 22 | 77 | 63 | 100 |
| Binary | 11001110 | 11010010 | 1110011 | 10 | 0 | 101101 | 10010 | 111111 | 110011 | 1000000 |
Color Harmonies of #CED273
Complementary color
Monochromatic Colors of #CED273
Black with #CED273
Text Example
Text Example
White with #CED273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED273; }
p { color: rgb(206,210,115); }
H1.HeaderClassName
{
color: #CED273;
}
.AnyTagClassName
{
color: #CED273;
}
</style>
background-color css
<style>
a { background-color: #CED273; }
a { background-color: rgb(206,210,115); }
div.DivClassName
{
background-color: #CED273;
}
.BgClassName
{
background-color: #CED273;
}
</style>
border-color css
<style>
span { border-color: #CED273; }
span { border-color: rgb(206,210,115); }
td.TdClassName
{
border-color: #CED273;
}
.TagClassName
{
border-color: #CED273;
}
</style>