Shades of Deco #CEDC93
Tints of Deco #CEDC93
RGB
CMYK
RGB Variations
Color information
#CEDC93 (or 0xCEDC93) is known color: Deco. HEX triplet: CE, DC and 93. RGB value is (206,220,147). Sum of RGB (Red+Green+Blue) = 206+220+147=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC93 is #31236C. Grayscale: #CFCFCF. Windows color (decimal): -3220333 or 9690318. OLE color: 9690318.
HSL color Cylindrical-coordinate representation of color #CEDC93: hue angle of 71.51º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDC93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.14 |
| HSL | 71.51º | 0.51% | 0.72% | - |
| HSV(B) | 71.51º | 0.33% | 0.86% | - |
| XYZ | 56.31 | 66.41 | 37.46 | - |
| YUV | 207.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 147 | 0.06 | 0 | 0.33 | 0.14 | 71.51 | 0.51 | 0.72 |
| Hex | CE | DC | 93 | 6 | 0 | 21 | E | 48 | 33 | 48 |
| Octal | 316 | 334 | 223 | 6 | 0 | 41 | 16 | 110 | 63 | 110 |
| Binary | 11001110 | 11011100 | 10010011 | 110 | 0 | 100001 | 1110 | 1001000 | 110011 | 1001000 |
Color Harmonies of #CEDC93
Complementary color
Monochromatic Colors of #CEDC93
Black with #CEDC93
Text Example
Text Example
White with #CEDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC93; }
p { color: rgb(206,220,147); }
H1.HeaderClassName
{
color: #CEDC93;
}
.AnyTagClassName
{
color: #CEDC93;
}
</style>
background-color css
<style>
a { background-color: #CEDC93; }
a { background-color: rgb(206,220,147); }
div.DivClassName
{
background-color: #CEDC93;
}
.BgClassName
{
background-color: #CEDC93;
}
</style>
border-color css
<style>
span { border-color: #CEDC93; }
span { border-color: rgb(206,220,147); }
td.TdClassName
{
border-color: #CEDC93;
}
.TagClassName
{
border-color: #CEDC93;
}
</style>