Shades of Deco #CFDB8B
Tints of Deco #CFDB8B
RGB
CMYK
RGB Variations
Color information
#CFDB8B (or 0xCFDB8B) is known color: Deco. HEX triplet: CF, DB and 8B. RGB value is (207,219,139). Sum of RGB (Red+Green+Blue) = 207+219+139=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB8B is #302474. Grayscale: #CECECE. Windows color (decimal): -3155061 or 9165775. OLE color: 9165775.
HSL color Cylindrical-coordinate representation of color #CFDB8B: hue angle of 69º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFDB8B is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 139 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.14 |
| HSL | 69º | 0.53% | 0.7% | - |
| HSV(B) | 69º | 0.37% | 0.86% | - |
| XYZ | 55.72 | 65.79 | 34.19 | - |
| YUV | 206.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 139 | 0.05 | 0 | 0.37 | 0.14 | 69 | 0.53 | 0.7 |
| Hex | CF | DB | 8B | 5 | 0 | 25 | E | 45 | 35 | 46 |
| Octal | 317 | 333 | 213 | 5 | 0 | 45 | 16 | 105 | 65 | 106 |
| Binary | 11001111 | 11011011 | 10001011 | 101 | 0 | 100101 | 1110 | 1000101 | 110101 | 1000110 |
Color Harmonies of #CFDB8B
Complementary color
Monochromatic Colors of #CFDB8B
Black with #CFDB8B
Text Example
Text Example
White with #CFDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB8B; }
p { color: rgb(207,219,139); }
H1.HeaderClassName
{
color: #CFDB8B;
}
.AnyTagClassName
{
color: #CFDB8B;
}
</style>
background-color css
<style>
a { background-color: #CFDB8B; }
a { background-color: rgb(207,219,139); }
div.DivClassName
{
background-color: #CFDB8B;
}
.BgClassName
{
background-color: #CFDB8B;
}
</style>
border-color css
<style>
span { border-color: #CFDB8B; }
span { border-color: rgb(207,219,139); }
td.TdClassName
{
border-color: #CFDB8B;
}
.TagClassName
{
border-color: #CFDB8B;
}
</style>