Shades of Deco #CFDD87
Tints of Deco #CFDD87
RGB
CMYK
RGB Variations
Color information
#CFDD87 (or 0xCFDD87) is known color: Deco. HEX triplet: CF, DD and 87. RGB value is (207,221,135). Sum of RGB (Red+Green+Blue) = 207+221+135=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD87 is #302278. Grayscale: #CFCFCF. Windows color (decimal): -3154553 or 8904143. OLE color: 8904143.
HSL color Cylindrical-coordinate representation of color #CFDD87: hue angle of 69.77º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFDD87 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 135 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.13 |
| HSL | 69.77º | 0.56% | 0.7% | - |
| HSV(B) | 69.77º | 0.39% | 0.87% | - |
| XYZ | 55.96 | 66.73 | 32.85 | - |
| YUV | 207.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 135 | 0.06 | 0 | 0.39 | 0.13 | 69.77 | 0.56 | 0.7 |
| Hex | CF | DD | 87 | 6 | 0 | 27 | D | 46 | 38 | 46 |
| Octal | 317 | 335 | 207 | 6 | 0 | 47 | 15 | 106 | 70 | 106 |
| Binary | 11001111 | 11011101 | 10000111 | 110 | 0 | 100111 | 1101 | 1000110 | 111000 | 1000110 |
Color Harmonies of #CFDD87
Complementary color
Monochromatic Colors of #CFDD87
Black with #CFDD87
Text Example
Text Example
White with #CFDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD87; }
p { color: rgb(207,221,135); }
H1.HeaderClassName
{
color: #CFDD87;
}
.AnyTagClassName
{
color: #CFDD87;
}
</style>
background-color css
<style>
a { background-color: #CFDD87; }
a { background-color: rgb(207,221,135); }
div.DivClassName
{
background-color: #CFDD87;
}
.BgClassName
{
background-color: #CFDD87;
}
</style>
border-color css
<style>
span { border-color: #CFDD87; }
span { border-color: rgb(207,221,135); }
td.TdClassName
{
border-color: #CFDD87;
}
.TagClassName
{
border-color: #CFDD87;
}
</style>