Shades of Deco #CFDB88
Tints of Deco #CFDB88
RGB
CMYK
RGB Variations
Color information
#CFDB88 (or 0xCFDB88) is known color: Deco. HEX triplet: CF, DB and 88. RGB value is (207,219,136). Sum of RGB (Red+Green+Blue) = 207+219+136=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB88 is #302477. Grayscale: #CECECE. Windows color (decimal): -3155064 or 8969167. OLE color: 8969167.
HSL color Cylindrical-coordinate representation of color #CFDB88: hue angle of 68.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFDB88 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 136 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.14 |
| HSL | 68.67º | 0.54% | 0.7% | - |
| HSV(B) | 68.67º | 0.38% | 0.86% | - |
| XYZ | 55.51 | 65.71 | 33.05 | - |
| YUV | 205.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 136 | 0.05 | 0 | 0.38 | 0.14 | 68.67 | 0.54 | 0.7 |
| Hex | CF | DB | 88 | 5 | 0 | 26 | E | 45 | 36 | 46 |
| Octal | 317 | 333 | 210 | 5 | 0 | 46 | 16 | 105 | 66 | 106 |
| Binary | 11001111 | 11011011 | 10001000 | 101 | 0 | 100110 | 1110 | 1000101 | 110110 | 1000110 |
Color Harmonies of #CFDB88
Complementary color
Monochromatic Colors of #CFDB88
Black with #CFDB88
Text Example
Text Example
White with #CFDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB88; }
p { color: rgb(207,219,136); }
H1.HeaderClassName
{
color: #CFDB88;
}
.AnyTagClassName
{
color: #CFDB88;
}
</style>
background-color css
<style>
a { background-color: #CFDB88; }
a { background-color: rgb(207,219,136); }
div.DivClassName
{
background-color: #CFDB88;
}
.BgClassName
{
background-color: #CFDB88;
}
</style>
border-color css
<style>
span { border-color: #CFDB88; }
span { border-color: rgb(207,219,136); }
td.TdClassName
{
border-color: #CFDB88;
}
.TagClassName
{
border-color: #CFDB88;
}
</style>