Shades of Deco #CED88F
Tints of Deco #CED88F
RGB
CMYK
RGB Variations
Color information
#CED88F (or 0xCED88F) is known color: Deco. HEX triplet: CE, D8 and 8F. RGB value is (206,216,143). Sum of RGB (Red+Green+Blue) = 206+216+143=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #CED88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED88F is #312770. Grayscale: #CCCCCC. Windows color (decimal): -3221361 or 9427150. OLE color: 9427150.
HSL color Cylindrical-coordinate representation of color #CED88F: hue angle of 68.22º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED88F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 143 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.15 |
| HSL | 68.22º | 0.48% | 0.7% | - |
| HSV(B) | 68.22º | 0.34% | 0.85% | - |
| XYZ | 54.97 | 64.22 | 35.48 | - |
| YUV | 204.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 143 | 0.05 | 0 | 0.34 | 0.15 | 68.22 | 0.48 | 0.7 |
| Hex | CE | D8 | 8F | 5 | 0 | 22 | F | 44 | 30 | 46 |
| Octal | 316 | 330 | 217 | 5 | 0 | 42 | 17 | 104 | 60 | 106 |
| Binary | 11001110 | 11011000 | 10001111 | 101 | 0 | 100010 | 1111 | 1000100 | 110000 | 1000110 |
Color Harmonies of #CED88F
Complementary color
Monochromatic Colors of #CED88F
Black with #CED88F
Text Example
Text Example
White with #CED88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED88F; }
p { color: rgb(206,216,143); }
H1.HeaderClassName
{
color: #CED88F;
}
.AnyTagClassName
{
color: #CED88F;
}
</style>
background-color css
<style>
a { background-color: #CED88F; }
a { background-color: rgb(206,216,143); }
div.DivClassName
{
background-color: #CED88F;
}
.BgClassName
{
background-color: #CED88F;
}
</style>
border-color css
<style>
span { border-color: #CED88F; }
span { border-color: rgb(206,216,143); }
td.TdClassName
{
border-color: #CED88F;
}
.TagClassName
{
border-color: #CED88F;
}
</style>