Shades of Deco #CEDC7F
Tints of Deco #CEDC7F
RGB
CMYK
RGB Variations
Color information
#CEDC7F (or 0xCEDC7F) is known color: Deco. HEX triplet: CE, DC and 7F. RGB value is (206,220,127). Sum of RGB (Red+Green+Blue) = 206+220+127=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC7F is #312380. Grayscale: #CDCDCD. Windows color (decimal): -3220353 or 8379598. OLE color: 8379598.
HSL color Cylindrical-coordinate representation of color #CEDC7F: hue angle of 69.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEDC7F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 127 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.14 |
| HSL | 69.03º | 0.57% | 0.68% | - |
| HSV(B) | 69.03º | 0.42% | 0.86% | - |
| XYZ | 54.88 | 65.84 | 29.89 | - |
| YUV | 205.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 127 | 0.06 | 0 | 0.42 | 0.14 | 69.03 | 0.57 | 0.68 |
| Hex | CE | DC | 7F | 6 | 0 | 2A | E | 45 | 39 | 44 |
| Octal | 316 | 334 | 177 | 6 | 0 | 52 | 16 | 105 | 71 | 104 |
| Binary | 11001110 | 11011100 | 1111111 | 110 | 0 | 101010 | 1110 | 1000101 | 111001 | 1000100 |
Color Harmonies of #CEDC7F
Complementary color
Monochromatic Colors of #CEDC7F
Black with #CEDC7F
Text Example
Text Example
White with #CEDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC7F; }
p { color: rgb(206,220,127); }
H1.HeaderClassName
{
color: #CEDC7F;
}
.AnyTagClassName
{
color: #CEDC7F;
}
</style>
background-color css
<style>
a { background-color: #CEDC7F; }
a { background-color: rgb(206,220,127); }
div.DivClassName
{
background-color: #CEDC7F;
}
.BgClassName
{
background-color: #CEDC7F;
}
</style>
border-color css
<style>
span { border-color: #CEDC7F; }
span { border-color: rgb(206,220,127); }
td.TdClassName
{
border-color: #CEDC7F;
}
.TagClassName
{
border-color: #CEDC7F;
}
</style>