Shades of Deco #CFD887
Tints of Deco #CFD887
RGB
CMYK
RGB Variations
Color information
#CFD887 (or 0xCFD887) is known color: Deco. HEX triplet: CF, D8 and 87. RGB value is (207,216,135). Sum of RGB (Red+Green+Blue) = 207+216+135=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 135 (53.12% from 255 or 24.19% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD887 is #302778. Grayscale: #CCCCCC. Windows color (decimal): -3155833 or 8902863. OLE color: 8902863.
HSL color Cylindrical-coordinate representation of color #CFD887: hue angle of 66.67º degrees, saturation: 0.51, 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 #CFD887 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 135 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.15 |
| HSL | 66.67º | 0.51% | 0.69% | - |
| HSV(B) | 66.67º | 0.38% | 0.85% | - |
| XYZ | 54.66 | 64.13 | 32.42 | - |
| YUV | 204.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 135 | 0.04 | 0 | 0.38 | 0.15 | 66.67 | 0.51 | 0.69 |
| Hex | CF | D8 | 87 | 4 | 0 | 26 | F | 43 | 33 | 45 |
| Octal | 317 | 330 | 207 | 4 | 0 | 46 | 17 | 103 | 63 | 105 |
| Binary | 11001111 | 11011000 | 10000111 | 100 | 0 | 100110 | 1111 | 1000011 | 110011 | 1000101 |
Color Harmonies of #CFD887
Complementary color
Monochromatic Colors of #CFD887
Black with #CFD887
Text Example
Text Example
White with #CFD887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD887; }
p { color: rgb(207,216,135); }
H1.HeaderClassName
{
color: #CFD887;
}
.AnyTagClassName
{
color: #CFD887;
}
</style>
background-color css
<style>
a { background-color: #CFD887; }
a { background-color: rgb(207,216,135); }
div.DivClassName
{
background-color: #CFD887;
}
.BgClassName
{
background-color: #CFD887;
}
</style>
border-color css
<style>
span { border-color: #CFD887; }
span { border-color: rgb(207,216,135); }
td.TdClassName
{
border-color: #CFD887;
}
.TagClassName
{
border-color: #CFD887;
}
</style>