Shades of Deco #CEDD78
Tints of Deco #CEDD78
RGB
CMYK
RGB Variations
Color information
#CEDD78 (or 0xCEDD78) is known color: Deco. HEX triplet: CE, DD and 78. RGB value is (206,221,120). Sum of RGB (Red+Green+Blue) = 206+221+120=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD78 is #312287. Grayscale: #CDCDCD. Windows color (decimal): -3220104 or 7921102. OLE color: 7921102.
HSL color Cylindrical-coordinate representation of color #CEDD78: hue angle of 68.91º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEDD78 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 120 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.13 |
| HSL | 68.91º | 0.6% | 0.67% | - |
| HSV(B) | 68.91º | 0.46% | 0.87% | - |
| XYZ | 54.7 | 66.19 | 27.66 | - |
| YUV | 205 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 120 | 0.07 | 0 | 0.46 | 0.13 | 68.91 | 0.6 | 0.67 |
| Hex | CE | DD | 78 | 7 | 0 | 2E | D | 45 | 3C | 43 |
| Octal | 316 | 335 | 170 | 7 | 0 | 56 | 15 | 105 | 74 | 103 |
| Binary | 11001110 | 11011101 | 1111000 | 111 | 0 | 101110 | 1101 | 1000101 | 111100 | 1000011 |
Color Harmonies of #CEDD78
Complementary color
Monochromatic Colors of #CEDD78
Black with #CEDD78
Text Example
Text Example
White with #CEDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD78; }
p { color: rgb(206,221,120); }
H1.HeaderClassName
{
color: #CEDD78;
}
.AnyTagClassName
{
color: #CEDD78;
}
</style>
background-color css
<style>
a { background-color: #CEDD78; }
a { background-color: rgb(206,221,120); }
div.DivClassName
{
background-color: #CEDD78;
}
.BgClassName
{
background-color: #CEDD78;
}
</style>
border-color css
<style>
span { border-color: #CEDD78; }
span { border-color: rgb(206,221,120); }
td.TdClassName
{
border-color: #CEDD78;
}
.TagClassName
{
border-color: #CEDD78;
}
</style>