Shades of Deco #CED294
Tints of Deco #CED294
RGB
CMYK
RGB Variations
Color information
#CED294 (or 0xCED294) is known color: Deco. HEX triplet: CE, D2 and 94. RGB value is (206,210,148). Sum of RGB (Red+Green+Blue) = 206+210+148=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CED294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED294 is #312D6B. Grayscale: #C9C9C9. Windows color (decimal): -3222892 or 9753294. OLE color: 9753294.
HSL color Cylindrical-coordinate representation of color #CED294: hue angle of 63.87º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED294 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 148 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 63.87º | 0.41% | 0.7% | - |
| HSV(B) | 63.87º | 0.3% | 0.82% | - |
| XYZ | 53.85 | 61.35 | 37.02 | - |
| YUV | 201.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 148 | 0.02 | 0 | 0.30 | 0.18 | 63.87 | 0.41 | 0.7 |
| Hex | CE | D2 | 94 | 2 | 0 | 1E | 12 | 40 | 29 | 46 |
| Octal | 316 | 322 | 224 | 2 | 0 | 36 | 22 | 100 | 51 | 106 |
| Binary | 11001110 | 11010010 | 10010100 | 10 | 0 | 11110 | 10010 | 1000000 | 101001 | 1000110 |
Color Harmonies of #CED294
Complementary color
Monochromatic Colors of #CED294
Black with #CED294
Text Example
Text Example
White with #CED294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED294; }
p { color: rgb(206,210,148); }
H1.HeaderClassName
{
color: #CED294;
}
.AnyTagClassName
{
color: #CED294;
}
</style>
background-color css
<style>
a { background-color: #CED294; }
a { background-color: rgb(206,210,148); }
div.DivClassName
{
background-color: #CED294;
}
.BgClassName
{
background-color: #CED294;
}
</style>
border-color css
<style>
span { border-color: #CED294; }
span { border-color: rgb(206,210,148); }
td.TdClassName
{
border-color: #CED294;
}
.TagClassName
{
border-color: #CED294;
}
</style>