Shades of Deco #CED78A
Tints of Deco #CED78A
RGB
CMYK
RGB Variations
Color information
#CED78A (or 0xCED78A) is known color: Deco. HEX triplet: CE, D7 and 8A. RGB value is (206,215,138). Sum of RGB (Red+Green+Blue) = 206+215+138=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #CED78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED78A is #312875. Grayscale: #CBCBCB. Windows color (decimal): -3221622 or 9099214. OLE color: 9099214.
HSL color Cylindrical-coordinate representation of color #CED78A: hue angle of 67.01º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED78A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 138 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.16 |
| HSL | 67.01º | 0.49% | 0.69% | - |
| HSV(B) | 67.01º | 0.36% | 0.84% | - |
| XYZ | 54.34 | 63.56 | 33.45 | - |
| YUV | 203.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 138 | 0.04 | 0 | 0.36 | 0.16 | 67.01 | 0.49 | 0.69 |
| Hex | CE | D7 | 8A | 4 | 0 | 24 | 10 | 43 | 31 | 45 |
| Octal | 316 | 327 | 212 | 4 | 0 | 44 | 20 | 103 | 61 | 105 |
| Binary | 11001110 | 11010111 | 10001010 | 100 | 0 | 100100 | 10000 | 1000011 | 110001 | 1000101 |
Color Harmonies of #CED78A
Complementary color
Monochromatic Colors of #CED78A
Black with #CED78A
Text Example
Text Example
White with #CED78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED78A; }
p { color: rgb(206,215,138); }
H1.HeaderClassName
{
color: #CED78A;
}
.AnyTagClassName
{
color: #CED78A;
}
</style>
background-color css
<style>
a { background-color: #CED78A; }
a { background-color: rgb(206,215,138); }
div.DivClassName
{
background-color: #CED78A;
}
.BgClassName
{
background-color: #CED78A;
}
</style>
border-color css
<style>
span { border-color: #CED78A; }
span { border-color: rgb(206,215,138); }
td.TdClassName
{
border-color: #CED78A;
}
.TagClassName
{
border-color: #CED78A;
}
</style>