Shades of Harp #CFD3B9
Tints of Harp #CFD3B9
RGB
CMYK
RGB Variations
Color information
#CFD3B9 (or 0xCFD3B9) is known color: Harp. HEX triplet: CF, D3 and B9. RGB value is (207,211,185). Sum of RGB (Red+Green+Blue) = 207+211+185=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3B9 is #302C46. Grayscale: #CECECE. Windows color (decimal): -3157063 or 12178383. OLE color: 12178383.
HSL color Cylindrical-coordinate representation of color #CFD3B9: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD3B9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 185 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.17 |
| HSL | 69.23º | 0.23% | 0.78% | - |
| HSV(B) | 69.23º | 0.12% | 0.83% | - |
| XYZ | 57.78 | 63.36 | 55.08 | - |
| YUV | 206.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 185 | 0.02 | 0 | 0.12 | 0.17 | 69.23 | 0.23 | 0.78 |
| Hex | CF | D3 | B9 | 2 | 0 | C | 11 | 45 | 17 | 4E |
| Octal | 317 | 323 | 271 | 2 | 0 | 14 | 21 | 105 | 27 | 116 |
| Binary | 11001111 | 11010011 | 10111001 | 10 | 0 | 1100 | 10001 | 1000101 | 10111 | 1001110 |
Color Harmonies of #CFD3B9
Complementary color
Monochromatic Colors of #CFD3B9
Black with #CFD3B9
Text Example
Text Example
White with #CFD3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3B9; }
p { color: rgb(207,211,185); }
H1.HeaderClassName
{
color: #CFD3B9;
}
.AnyTagClassName
{
color: #CFD3B9;
}
</style>
background-color css
<style>
a { background-color: #CFD3B9; }
a { background-color: rgb(207,211,185); }
div.DivClassName
{
background-color: #CFD3B9;
}
.BgClassName
{
background-color: #CFD3B9;
}
</style>
border-color css
<style>
span { border-color: #CFD3B9; }
span { border-color: rgb(207,211,185); }
td.TdClassName
{
border-color: #CFD3B9;
}
.TagClassName
{
border-color: #CFD3B9;
}
</style>