Shades of Deco #CEDA93
Tints of Deco #CEDA93
RGB
CMYK
RGB Variations
Color information
#CEDA93 (or 0xCEDA93) is known color: Deco. HEX triplet: CE, DA and 93. RGB value is (206,218,147). Sum of RGB (Red+Green+Blue) = 206+218+147=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA93 is #31256C. Grayscale: #CECECE. Windows color (decimal): -3220845 or 9689806. OLE color: 9689806.
HSL color Cylindrical-coordinate representation of color #CEDA93: hue angle of 70.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDA93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.15 |
| HSL | 70.14º | 0.49% | 0.72% | - |
| HSV(B) | 70.14º | 0.33% | 0.85% | - |
| XYZ | 55.79 | 65.37 | 37.28 | - |
| YUV | 206.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 147 | 0.06 | 0 | 0.33 | 0.15 | 70.14 | 0.49 | 0.72 |
| Hex | CE | DA | 93 | 6 | 0 | 21 | F | 46 | 31 | 48 |
| Octal | 316 | 332 | 223 | 6 | 0 | 41 | 17 | 106 | 61 | 110 |
| Binary | 11001110 | 11011010 | 10010011 | 110 | 0 | 100001 | 1111 | 1000110 | 110001 | 1001000 |
Color Harmonies of #CEDA93
Complementary color
Monochromatic Colors of #CEDA93
Black with #CEDA93
Text Example
Text Example
White with #CEDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA93; }
p { color: rgb(206,218,147); }
H1.HeaderClassName
{
color: #CEDA93;
}
.AnyTagClassName
{
color: #CEDA93;
}
</style>
background-color css
<style>
a { background-color: #CEDA93; }
a { background-color: rgb(206,218,147); }
div.DivClassName
{
background-color: #CEDA93;
}
.BgClassName
{
background-color: #CEDA93;
}
</style>
border-color css
<style>
span { border-color: #CEDA93; }
span { border-color: rgb(206,218,147); }
td.TdClassName
{
border-color: #CEDA93;
}
.TagClassName
{
border-color: #CEDA93;
}
</style>