Shades of Deco #CEDE7C
Tints of Deco #CEDE7C
RGB
CMYK
RGB Variations
Color information
#CEDE7C (or 0xCEDE7C) is known color: Deco. HEX triplet: CE, DE and 7C. RGB value is (206,222,124). Sum of RGB (Red+Green+Blue) = 206+222+124=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE7C is #312183. Grayscale: #CECECE. Windows color (decimal): -3219844 or 8183502. OLE color: 8183502.
HSL color Cylindrical-coordinate representation of color #CEDE7C: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEDE7C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 124 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.8º | 0.6% | 0.68% | - |
| HSV(B) | 69.8º | 0.44% | 0.87% | - |
| XYZ | 55.21 | 66.82 | 29.06 | - |
| YUV | 206.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 124 | 0.07 | 0 | 0.44 | 0.13 | 69.8 | 0.6 | 0.68 |
| Hex | CE | DE | 7C | 7 | 0 | 2C | D | 46 | 3C | 44 |
| Octal | 316 | 336 | 174 | 7 | 0 | 54 | 15 | 106 | 74 | 104 |
| Binary | 11001110 | 11011110 | 1111100 | 111 | 0 | 101100 | 1101 | 1000110 | 111100 | 1000100 |
Color Harmonies of #CEDE7C
Complementary color
Monochromatic Colors of #CEDE7C
Black with #CEDE7C
Text Example
Text Example
White with #CEDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE7C; }
p { color: rgb(206,222,124); }
H1.HeaderClassName
{
color: #CEDE7C;
}
.AnyTagClassName
{
color: #CEDE7C;
}
</style>
background-color css
<style>
a { background-color: #CEDE7C; }
a { background-color: rgb(206,222,124); }
div.DivClassName
{
background-color: #CEDE7C;
}
.BgClassName
{
background-color: #CEDE7C;
}
</style>
border-color css
<style>
span { border-color: #CEDE7C; }
span { border-color: rgb(206,222,124); }
td.TdClassName
{
border-color: #CEDE7C;
}
.TagClassName
{
border-color: #CEDE7C;
}
</style>