Shades of Harp #CFD6BE
Tints of Harp #CFD6BE
RGB
CMYK
RGB Variations
Color information
#CFD6BE (or 0xCFD6BE) is known color: Harp. HEX triplet: CF, D6 and BE. RGB value is (207,214,190). Sum of RGB (Red+Green+Blue) = 207+214+190=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6BE is #302941. Grayscale: #D1D1D1. Windows color (decimal): -3156290 or 12506831. OLE color: 12506831.
HSL color Cylindrical-coordinate representation of color #CFD6BE: hue angle of 77.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD6BE is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 190 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.16 |
| HSL | 77.5º | 0.23% | 0.79% | - |
| HSV(B) | 77.5º | 0.11% | 0.84% | - |
| XYZ | 59.07 | 65.08 | 58.16 | - |
| YUV | 209.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 190 | 0.03 | 0 | 0.11 | 0.16 | 77.5 | 0.23 | 0.79 |
| Hex | CF | D6 | BE | 3 | 0 | B | 10 | 4E | 17 | 4F |
| Octal | 317 | 326 | 276 | 3 | 0 | 13 | 20 | 116 | 27 | 117 |
| Binary | 11001111 | 11010110 | 10111110 | 11 | 0 | 1011 | 10000 | 1001110 | 10111 | 1001111 |
Color Harmonies of #CFD6BE
Complementary color
Monochromatic Colors of #CFD6BE
Black with #CFD6BE
Text Example
Text Example
White with #CFD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6BE; }
p { color: rgb(207,214,190); }
H1.HeaderClassName
{
color: #CFD6BE;
}
.AnyTagClassName
{
color: #CFD6BE;
}
</style>
background-color css
<style>
a { background-color: #CFD6BE; }
a { background-color: rgb(207,214,190); }
div.DivClassName
{
background-color: #CFD6BE;
}
.BgClassName
{
background-color: #CFD6BE;
}
</style>
border-color css
<style>
span { border-color: #CFD6BE; }
span { border-color: rgb(207,214,190); }
td.TdClassName
{
border-color: #CFD6BE;
}
.TagClassName
{
border-color: #CFD6BE;
}
</style>