Shades of Deco #CFDB8C
Tints of Deco #CFDB8C
RGB
CMYK
RGB Variations
Color information
#CFDB8C (or 0xCFDB8C) is known color: Deco. HEX triplet: CF, DB and 8C. RGB value is (207,219,140). Sum of RGB (Red+Green+Blue) = 207+219+140=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB8C is #302473. Grayscale: #CECECE. Windows color (decimal): -3155060 or 9231311. OLE color: 9231311.
HSL color Cylindrical-coordinate representation of color #CFDB8C: hue angle of 69.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFDB8C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 140 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.14 |
| HSL | 69.11º | 0.52% | 0.7% | - |
| HSV(B) | 69.11º | 0.36% | 0.86% | - |
| XYZ | 55.8 | 65.82 | 34.58 | - |
| YUV | 206.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 140 | 0.05 | 0 | 0.36 | 0.14 | 69.11 | 0.52 | 0.7 |
| Hex | CF | DB | 8C | 5 | 0 | 24 | E | 45 | 34 | 46 |
| Octal | 317 | 333 | 214 | 5 | 0 | 44 | 16 | 105 | 64 | 106 |
| Binary | 11001111 | 11011011 | 10001100 | 101 | 0 | 100100 | 1110 | 1000101 | 110100 | 1000110 |
Color Harmonies of #CFDB8C
Complementary color
Monochromatic Colors of #CFDB8C
Black with #CFDB8C
Text Example
Text Example
White with #CFDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB8C; }
p { color: rgb(207,219,140); }
H1.HeaderClassName
{
color: #CFDB8C;
}
.AnyTagClassName
{
color: #CFDB8C;
}
</style>
background-color css
<style>
a { background-color: #CFDB8C; }
a { background-color: rgb(207,219,140); }
div.DivClassName
{
background-color: #CFDB8C;
}
.BgClassName
{
background-color: #CFDB8C;
}
</style>
border-color css
<style>
span { border-color: #CFDB8C; }
span { border-color: rgb(207,219,140); }
td.TdClassName
{
border-color: #CFDB8C;
}
.TagClassName
{
border-color: #CFDB8C;
}
</style>