Shades of Deco #CED775
Tints of Deco #CED775
RGB
CMYK
RGB Variations
Color information
#CED775 (or 0xCED775) is known color: Deco. HEX triplet: CE, D7 and 75. RGB value is (206,215,117). Sum of RGB (Red+Green+Blue) = 206+215+117=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #CED775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED775 is #31288A. Grayscale: #C9C9C9. Windows color (decimal): -3221643 or 7722958. OLE color: 7722958.
HSL color Cylindrical-coordinate representation of color #CED775: hue angle of 65.51º degrees, saturation: 0.55, 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 #CED775 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 117 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.16 |
| HSL | 65.51º | 0.55% | 0.65% | - |
| HSV(B) | 65.51º | 0.46% | 0.84% | - |
| XYZ | 52.96 | 63.01 | 26.2 | - |
| YUV | 201.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 117 | 0.04 | 0 | 0.46 | 0.16 | 65.51 | 0.55 | 0.65 |
| Hex | CE | D7 | 75 | 4 | 0 | 2E | 10 | 42 | 37 | 41 |
| Octal | 316 | 327 | 165 | 4 | 0 | 56 | 20 | 102 | 67 | 101 |
| Binary | 11001110 | 11010111 | 1110101 | 100 | 0 | 101110 | 10000 | 1000010 | 110111 | 1000001 |
Color Harmonies of #CED775
Complementary color
Monochromatic Colors of #CED775
Black with #CED775
Text Example
Text Example
White with #CED775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED775; }
p { color: rgb(206,215,117); }
H1.HeaderClassName
{
color: #CED775;
}
.AnyTagClassName
{
color: #CED775;
}
</style>
background-color css
<style>
a { background-color: #CED775; }
a { background-color: rgb(206,215,117); }
div.DivClassName
{
background-color: #CED775;
}
.BgClassName
{
background-color: #CED775;
}
</style>
border-color css
<style>
span { border-color: #CED775; }
span { border-color: rgb(206,215,117); }
td.TdClassName
{
border-color: #CED775;
}
.TagClassName
{
border-color: #CED775;
}
</style>