Shades of Deco #CFDD88
Tints of Deco #CFDD88
RGB
CMYK
RGB Variations
Color information
#CFDD88 (or 0xCFDD88) is known color: Deco. HEX triplet: CF, DD and 88. RGB value is (207,221,136). Sum of RGB (Red+Green+Blue) = 207+221+136=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD88 is #302277. Grayscale: #CFCFCF. Windows color (decimal): -3154552 or 8969679. OLE color: 8969679.
HSL color Cylindrical-coordinate representation of color #CFDD88: hue angle of 69.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFDD88 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 136 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.13 |
| HSL | 69.88º | 0.56% | 0.7% | - |
| HSV(B) | 69.88º | 0.38% | 0.87% | - |
| XYZ | 56.03 | 66.76 | 33.22 | - |
| YUV | 207.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 136 | 0.06 | 0 | 0.38 | 0.13 | 69.88 | 0.56 | 0.7 |
| Hex | CF | DD | 88 | 6 | 0 | 26 | D | 46 | 38 | 46 |
| Octal | 317 | 335 | 210 | 6 | 0 | 46 | 15 | 106 | 70 | 106 |
| Binary | 11001111 | 11011101 | 10001000 | 110 | 0 | 100110 | 1101 | 1000110 | 111000 | 1000110 |
Color Harmonies of #CFDD88
Complementary color
Monochromatic Colors of #CFDD88
Black with #CFDD88
Text Example
Text Example
White with #CFDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD88; }
p { color: rgb(207,221,136); }
H1.HeaderClassName
{
color: #CFDD88;
}
.AnyTagClassName
{
color: #CFDD88;
}
</style>
background-color css
<style>
a { background-color: #CFDD88; }
a { background-color: rgb(207,221,136); }
div.DivClassName
{
background-color: #CFDD88;
}
.BgClassName
{
background-color: #CFDD88;
}
</style>
border-color css
<style>
span { border-color: #CFDD88; }
span { border-color: rgb(207,221,136); }
td.TdClassName
{
border-color: #CFDD88;
}
.TagClassName
{
border-color: #CFDD88;
}
</style>