Shades of Deco #CEDD83
Tints of Deco #CEDD83
RGB
CMYK
RGB Variations
Color information
#CEDD83 (or 0xCEDD83) is known color: Deco. HEX triplet: CE, DD and 83. RGB value is (206,221,131). Sum of RGB (Red+Green+Blue) = 206+221+131=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD83 is #31227C. Grayscale: #CECECE. Windows color (decimal): -3220093 or 8641998. OLE color: 8641998.
HSL color Cylindrical-coordinate representation of color #CEDD83: hue angle of 70º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEDD83 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 131 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.13 |
| HSL | 70º | 0.57% | 0.69% | - |
| HSV(B) | 70º | 0.41% | 0.87% | - |
| XYZ | 55.41 | 66.47 | 31.38 | - |
| YUV | 206.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 131 | 0.07 | 0 | 0.41 | 0.13 | 70 | 0.57 | 0.69 |
| Hex | CE | DD | 83 | 7 | 0 | 29 | D | 46 | 39 | 45 |
| Octal | 316 | 335 | 203 | 7 | 0 | 51 | 15 | 106 | 71 | 105 |
| Binary | 11001110 | 11011101 | 10000011 | 111 | 0 | 101001 | 1101 | 1000110 | 111001 | 1000101 |
Color Harmonies of #CEDD83
Complementary color
Monochromatic Colors of #CEDD83
Black with #CEDD83
Text Example
Text Example
White with #CEDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD83; }
p { color: rgb(206,221,131); }
H1.HeaderClassName
{
color: #CEDD83;
}
.AnyTagClassName
{
color: #CEDD83;
}
</style>
background-color css
<style>
a { background-color: #CEDD83; }
a { background-color: rgb(206,221,131); }
div.DivClassName
{
background-color: #CEDD83;
}
.BgClassName
{
background-color: #CEDD83;
}
</style>
border-color css
<style>
span { border-color: #CEDD83; }
span { border-color: rgb(206,221,131); }
td.TdClassName
{
border-color: #CEDD83;
}
.TagClassName
{
border-color: #CEDD83;
}
</style>