Shades of Deco #CEDA88
Tints of Deco #CEDA88
RGB
CMYK
RGB Variations
Color information
#CEDA88 (or 0xCEDA88) is known color: Deco. HEX triplet: CE, DA and 88. RGB value is (206,218,136). Sum of RGB (Red+Green+Blue) = 206+218+136=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA88 is #312577. Grayscale: #CDCDCD. Windows color (decimal): -3220856 or 8968910. OLE color: 8968910.
HSL color Cylindrical-coordinate representation of color #CEDA88: hue angle of 68.78º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEDA88 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 136 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.15 |
| HSL | 68.78º | 0.53% | 0.69% | - |
| HSV(B) | 68.78º | 0.38% | 0.85% | - |
| XYZ | 54.97 | 65.04 | 32.95 | - |
| YUV | 205.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 136 | 0.06 | 0 | 0.38 | 0.15 | 68.78 | 0.53 | 0.69 |
| Hex | CE | DA | 88 | 6 | 0 | 26 | F | 45 | 35 | 45 |
| Octal | 316 | 332 | 210 | 6 | 0 | 46 | 17 | 105 | 65 | 105 |
| Binary | 11001110 | 11011010 | 10001000 | 110 | 0 | 100110 | 1111 | 1000101 | 110101 | 1000101 |
Color Harmonies of #CEDA88
Complementary color
Monochromatic Colors of #CEDA88
Black with #CEDA88
Text Example
Text Example
White with #CEDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA88; }
p { color: rgb(206,218,136); }
H1.HeaderClassName
{
color: #CEDA88;
}
.AnyTagClassName
{
color: #CEDA88;
}
</style>
background-color css
<style>
a { background-color: #CEDA88; }
a { background-color: rgb(206,218,136); }
div.DivClassName
{
background-color: #CEDA88;
}
.BgClassName
{
background-color: #CEDA88;
}
</style>
border-color css
<style>
span { border-color: #CEDA88; }
span { border-color: rgb(206,218,136); }
td.TdClassName
{
border-color: #CEDA88;
}
.TagClassName
{
border-color: #CEDA88;
}
</style>