Shades of Deco #CEDE7A
Tints of Deco #CEDE7A
RGB
CMYK
RGB Variations
Color information
#CEDE7A (or 0xCEDE7A) is known color: Deco. HEX triplet: CE, DE and 7A. RGB value is (206,222,122). Sum of RGB (Red+Green+Blue) = 206+222+122=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE7A is #312185. Grayscale: #CECECE. Windows color (decimal): -3219846 or 8052430. OLE color: 8052430.
HSL color Cylindrical-coordinate representation of color #CEDE7A: hue angle of 69.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEDE7A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 122 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.13 |
| HSL | 69.6º | 0.6% | 0.67% | - |
| HSV(B) | 69.6º | 0.45% | 0.87% | - |
| XYZ | 55.09 | 66.77 | 28.4 | - |
| YUV | 205.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 122 | 0.07 | 0 | 0.45 | 0.13 | 69.6 | 0.6 | 0.67 |
| Hex | CE | DE | 7A | 7 | 0 | 2D | D | 46 | 3C | 43 |
| Octal | 316 | 336 | 172 | 7 | 0 | 55 | 15 | 106 | 74 | 103 |
| Binary | 11001110 | 11011110 | 1111010 | 111 | 0 | 101101 | 1101 | 1000110 | 111100 | 1000011 |
Color Harmonies of #CEDE7A
Complementary color
Monochromatic Colors of #CEDE7A
Black with #CEDE7A
Text Example
Text Example
White with #CEDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE7A; }
p { color: rgb(206,222,122); }
H1.HeaderClassName
{
color: #CEDE7A;
}
.AnyTagClassName
{
color: #CEDE7A;
}
</style>
background-color css
<style>
a { background-color: #CEDE7A; }
a { background-color: rgb(206,222,122); }
div.DivClassName
{
background-color: #CEDE7A;
}
.BgClassName
{
background-color: #CEDE7A;
}
</style>
border-color css
<style>
span { border-color: #CEDE7A; }
span { border-color: rgb(206,222,122); }
td.TdClassName
{
border-color: #CEDE7A;
}
.TagClassName
{
border-color: #CEDE7A;
}
</style>