Shades of Deco #CEDA7F
Tints of Deco #CEDA7F
RGB
CMYK
RGB Variations
Color information
#CEDA7F (or 0xCEDA7F) is known color: Deco. HEX triplet: CE, DA and 7F. RGB value is (206,218,127). Sum of RGB (Red+Green+Blue) = 206+218+127=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA7F is #312580. Grayscale: #CCCCCC. Windows color (decimal): -3220865 or 8379086. OLE color: 8379086.
HSL color Cylindrical-coordinate representation of color #CEDA7F: hue angle of 67.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEDA7F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 127 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.15 |
| HSL | 67.91º | 0.55% | 0.68% | - |
| HSV(B) | 67.91º | 0.42% | 0.85% | - |
| XYZ | 54.36 | 64.8 | 29.72 | - |
| YUV | 204.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 127 | 0.06 | 0 | 0.42 | 0.15 | 67.91 | 0.55 | 0.68 |
| Hex | CE | DA | 7F | 6 | 0 | 2A | F | 44 | 37 | 44 |
| Octal | 316 | 332 | 177 | 6 | 0 | 52 | 17 | 104 | 67 | 104 |
| Binary | 11001110 | 11011010 | 1111111 | 110 | 0 | 101010 | 1111 | 1000100 | 110111 | 1000100 |
Color Harmonies of #CEDA7F
Complementary color
Monochromatic Colors of #CEDA7F
Black with #CEDA7F
Text Example
Text Example
White with #CEDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA7F; }
p { color: rgb(206,218,127); }
H1.HeaderClassName
{
color: #CEDA7F;
}
.AnyTagClassName
{
color: #CEDA7F;
}
</style>
background-color css
<style>
a { background-color: #CEDA7F; }
a { background-color: rgb(206,218,127); }
div.DivClassName
{
background-color: #CEDA7F;
}
.BgClassName
{
background-color: #CEDA7F;
}
</style>
border-color css
<style>
span { border-color: #CEDA7F; }
span { border-color: rgb(206,218,127); }
td.TdClassName
{
border-color: #CEDA7F;
}
.TagClassName
{
border-color: #CEDA7F;
}
</style>