Shades of Deco #CEDD85
Tints of Deco #CEDD85
RGB
CMYK
RGB Variations
Color information
#CEDD85 (or 0xCEDD85) is known color: Deco. HEX triplet: CE, DD and 85. RGB value is (206,221,133). Sum of RGB (Red+Green+Blue) = 206+221+133=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD85 is #31227A. Grayscale: #CECECE. Windows color (decimal): -3220091 or 8773070. OLE color: 8773070.
HSL color Cylindrical-coordinate representation of color #CEDD85: hue angle of 70.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDD85 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 133 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.13 |
| HSL | 70.23º | 0.56% | 0.69% | - |
| HSV(B) | 70.23º | 0.4% | 0.87% | - |
| XYZ | 55.54 | 66.53 | 32.1 | - |
| YUV | 206.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 133 | 0.07 | 0 | 0.40 | 0.13 | 70.23 | 0.56 | 0.69 |
| Hex | CE | DD | 85 | 7 | 0 | 28 | D | 46 | 38 | 45 |
| Octal | 316 | 335 | 205 | 7 | 0 | 50 | 15 | 106 | 70 | 105 |
| Binary | 11001110 | 11011101 | 10000101 | 111 | 0 | 101000 | 1101 | 1000110 | 111000 | 1000101 |
Color Harmonies of #CEDD85
Complementary color
Monochromatic Colors of #CEDD85
Black with #CEDD85
Text Example
Text Example
White with #CEDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD85; }
p { color: rgb(206,221,133); }
H1.HeaderClassName
{
color: #CEDD85;
}
.AnyTagClassName
{
color: #CEDD85;
}
</style>
background-color css
<style>
a { background-color: #CEDD85; }
a { background-color: rgb(206,221,133); }
div.DivClassName
{
background-color: #CEDD85;
}
.BgClassName
{
background-color: #CEDD85;
}
</style>
border-color css
<style>
span { border-color: #CEDD85; }
span { border-color: rgb(206,221,133); }
td.TdClassName
{
border-color: #CEDD85;
}
.TagClassName
{
border-color: #CEDD85;
}
</style>