Shades of Harp #CFD4B9
Tints of Harp #CFD4B9
RGB
CMYK
RGB Variations
Color information
#CFD4B9 (or 0xCFD4B9) is known color: Harp. HEX triplet: CF, D4 and B9. RGB value is (207,212,185). Sum of RGB (Red+Green+Blue) = 207+212+185=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4B9 is #302B46. Grayscale: #CFCFCF. Windows color (decimal): -3156807 or 12178639. OLE color: 12178639.
HSL color Cylindrical-coordinate representation of color #CFD4B9: hue angle of 71.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD4B9 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 185 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.17 |
| HSL | 71.11º | 0.24% | 0.78% | - |
| HSV(B) | 71.11º | 0.13% | 0.83% | - |
| XYZ | 58.03 | 63.86 | 55.17 | - |
| YUV | 207.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 185 | 0.02 | 0 | 0.13 | 0.17 | 71.11 | 0.24 | 0.78 |
| Hex | CF | D4 | B9 | 2 | 0 | D | 11 | 47 | 18 | 4E |
| Octal | 317 | 324 | 271 | 2 | 0 | 15 | 21 | 107 | 30 | 116 |
| Binary | 11001111 | 11010100 | 10111001 | 10 | 0 | 1101 | 10001 | 1000111 | 11000 | 1001110 |
Color Harmonies of #CFD4B9
Complementary color
Monochromatic Colors of #CFD4B9
Black with #CFD4B9
Text Example
Text Example
White with #CFD4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4B9; }
p { color: rgb(207,212,185); }
H1.HeaderClassName
{
color: #CFD4B9;
}
.AnyTagClassName
{
color: #CFD4B9;
}
</style>
background-color css
<style>
a { background-color: #CFD4B9; }
a { background-color: rgb(207,212,185); }
div.DivClassName
{
background-color: #CFD4B9;
}
.BgClassName
{
background-color: #CFD4B9;
}
</style>
border-color css
<style>
span { border-color: #CFD4B9; }
span { border-color: rgb(207,212,185); }
td.TdClassName
{
border-color: #CFD4B9;
}
.TagClassName
{
border-color: #CFD4B9;
}
</style>