Shades of Deco #CEDA8D
Tints of Deco #CEDA8D
RGB
CMYK
RGB Variations
Color information
#CEDA8D (or 0xCEDA8D) is known color: Deco. HEX triplet: CE, DA and 8D. RGB value is (206,218,141). Sum of RGB (Red+Green+Blue) = 206+218+141=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA8D is #312572. Grayscale: #CDCDCD. Windows color (decimal): -3220851 or 9296590. OLE color: 9296590.
HSL color Cylindrical-coordinate representation of color #CEDA8D: hue angle of 69.35º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDA8D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 141 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 69.35º | 0.51% | 0.7% | - |
| HSV(B) | 69.35º | 0.35% | 0.85% | - |
| XYZ | 55.33 | 65.19 | 34.87 | - |
| YUV | 205.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 141 | 0.06 | 0 | 0.35 | 0.15 | 69.35 | 0.51 | 0.7 |
| Hex | CE | DA | 8D | 6 | 0 | 23 | F | 45 | 33 | 46 |
| Octal | 316 | 332 | 215 | 6 | 0 | 43 | 17 | 105 | 63 | 106 |
| Binary | 11001110 | 11011010 | 10001101 | 110 | 0 | 100011 | 1111 | 1000101 | 110011 | 1000110 |
Color Harmonies of #CEDA8D
Complementary color
Monochromatic Colors of #CEDA8D
Black with #CEDA8D
Text Example
Text Example
White with #CEDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA8D; }
p { color: rgb(206,218,141); }
H1.HeaderClassName
{
color: #CEDA8D;
}
.AnyTagClassName
{
color: #CEDA8D;
}
</style>
background-color css
<style>
a { background-color: #CEDA8D; }
a { background-color: rgb(206,218,141); }
div.DivClassName
{
background-color: #CEDA8D;
}
.BgClassName
{
background-color: #CEDA8D;
}
</style>
border-color css
<style>
span { border-color: #CEDA8D; }
span { border-color: rgb(206,218,141); }
td.TdClassName
{
border-color: #CEDA8D;
}
.TagClassName
{
border-color: #CEDA8D;
}
</style>