Shades of Deco #CED78B
Tints of Deco #CED78B
RGB
CMYK
RGB Variations
Color information
#CED78B (or 0xCED78B) is known color: Deco. HEX triplet: CE, D7 and 8B. RGB value is (206,215,139). Sum of RGB (Red+Green+Blue) = 206+215+139=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #CED78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED78B is #312874. Grayscale: #CBCBCB. Windows color (decimal): -3221621 or 9164750. OLE color: 9164750.
HSL color Cylindrical-coordinate representation of color #CED78B: hue angle of 67.11º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CED78B is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 139 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.16 |
| HSL | 67.11º | 0.49% | 0.69% | - |
| HSV(B) | 67.11º | 0.35% | 0.84% | - |
| XYZ | 54.41 | 63.59 | 33.83 | - |
| YUV | 203.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 139 | 0.04 | 0 | 0.35 | 0.16 | 67.11 | 0.49 | 0.69 |
| Hex | CE | D7 | 8B | 4 | 0 | 23 | 10 | 43 | 31 | 45 |
| Octal | 316 | 327 | 213 | 4 | 0 | 43 | 20 | 103 | 61 | 105 |
| Binary | 11001110 | 11010111 | 10001011 | 100 | 0 | 100011 | 10000 | 1000011 | 110001 | 1000101 |
Color Harmonies of #CED78B
Complementary color
Monochromatic Colors of #CED78B
Black with #CED78B
Text Example
Text Example
White with #CED78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED78B; }
p { color: rgb(206,215,139); }
H1.HeaderClassName
{
color: #CED78B;
}
.AnyTagClassName
{
color: #CED78B;
}
</style>
background-color css
<style>
a { background-color: #CED78B; }
a { background-color: rgb(206,215,139); }
div.DivClassName
{
background-color: #CED78B;
}
.BgClassName
{
background-color: #CED78B;
}
</style>
border-color css
<style>
span { border-color: #CED78B; }
span { border-color: rgb(206,215,139); }
td.TdClassName
{
border-color: #CED78B;
}
.TagClassName
{
border-color: #CED78B;
}
</style>