Shades of Deco #CEDE7F
Tints of Deco #CEDE7F
RGB
CMYK
RGB Variations
Color information
#CEDE7F (or 0xCEDE7F) is known color: Deco. HEX triplet: CE, DE and 7F. RGB value is (206,222,127). Sum of RGB (Red+Green+Blue) = 206+222+127=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE7F is #312180. Grayscale: #CECECE. Windows color (decimal): -3219841 or 8380110. OLE color: 8380110.
HSL color Cylindrical-coordinate representation of color #CEDE7F: hue angle of 70.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEDE7F is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 127 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.13 |
| HSL | 70.11º | 0.59% | 0.68% | - |
| HSV(B) | 70.11º | 0.43% | 0.87% | - |
| XYZ | 55.41 | 66.9 | 30.07 | - |
| YUV | 206.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 127 | 0.07 | 0 | 0.43 | 0.13 | 70.11 | 0.59 | 0.68 |
| Hex | CE | DE | 7F | 7 | 0 | 2B | D | 46 | 3B | 44 |
| Octal | 316 | 336 | 177 | 7 | 0 | 53 | 15 | 106 | 73 | 104 |
| Binary | 11001110 | 11011110 | 1111111 | 111 | 0 | 101011 | 1101 | 1000110 | 111011 | 1000100 |
Color Harmonies of #CEDE7F
Complementary color
Monochromatic Colors of #CEDE7F
Black with #CEDE7F
Text Example
Text Example
White with #CEDE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE7F; }
p { color: rgb(206,222,127); }
H1.HeaderClassName
{
color: #CEDE7F;
}
.AnyTagClassName
{
color: #CEDE7F;
}
</style>
background-color css
<style>
a { background-color: #CEDE7F; }
a { background-color: rgb(206,222,127); }
div.DivClassName
{
background-color: #CEDE7F;
}
.BgClassName
{
background-color: #CEDE7F;
}
</style>
border-color css
<style>
span { border-color: #CEDE7F; }
span { border-color: rgb(206,222,127); }
td.TdClassName
{
border-color: #CEDE7F;
}
.TagClassName
{
border-color: #CEDE7F;
}
</style>