Shades of Deco #CEDD7D
Tints of Deco #CEDD7D
RGB
CMYK
RGB Variations
Color information
#CEDD7D (or 0xCEDD7D) is known color: Deco. HEX triplet: CE, DD and 7D. RGB value is (206,221,125). Sum of RGB (Red+Green+Blue) = 206+221+125=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD7D is #312282. Grayscale: #CDCDCD. Windows color (decimal): -3220099 or 8248782. OLE color: 8248782.
HSL color Cylindrical-coordinate representation of color #CEDD7D: hue angle of 69.38º 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 #CEDD7D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 125 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.13 |
| HSL | 69.38º | 0.59% | 0.68% | - |
| HSV(B) | 69.38º | 0.43% | 0.87% | - |
| XYZ | 55.01 | 66.32 | 29.3 | - |
| YUV | 205.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 125 | 0.07 | 0 | 0.43 | 0.13 | 69.38 | 0.59 | 0.68 |
| Hex | CE | DD | 7D | 7 | 0 | 2B | D | 45 | 3B | 44 |
| Octal | 316 | 335 | 175 | 7 | 0 | 53 | 15 | 105 | 73 | 104 |
| Binary | 11001110 | 11011101 | 1111101 | 111 | 0 | 101011 | 1101 | 1000101 | 111011 | 1000100 |
Color Harmonies of #CEDD7D
Complementary color
Monochromatic Colors of #CEDD7D
Black with #CEDD7D
Text Example
Text Example
White with #CEDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD7D; }
p { color: rgb(206,221,125); }
H1.HeaderClassName
{
color: #CEDD7D;
}
.AnyTagClassName
{
color: #CEDD7D;
}
</style>
background-color css
<style>
a { background-color: #CEDD7D; }
a { background-color: rgb(206,221,125); }
div.DivClassName
{
background-color: #CEDD7D;
}
.BgClassName
{
background-color: #CEDD7D;
}
</style>
border-color css
<style>
span { border-color: #CEDD7D; }
span { border-color: rgb(206,221,125); }
td.TdClassName
{
border-color: #CEDD7D;
}
.TagClassName
{
border-color: #CEDD7D;
}
</style>