Shades of Harp #CFDAB9
Tints of Harp #CFDAB9
RGB
CMYK
RGB Variations
Color information
#CFDAB9 (or 0xCFDAB9) is known color: Harp. HEX triplet: CF, DA and B9. RGB value is (207,218,185). Sum of RGB (Red+Green+Blue) = 207+218+185=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB9 is #302546. Grayscale: #D3D3D3. Windows color (decimal): -3155271 or 12180175. OLE color: 12180175.
HSL color Cylindrical-coordinate representation of color #CFDAB9: hue angle of 80º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDAB9 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 185 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.15 |
| HSL | 80º | 0.31% | 0.79% | - |
| HSV(B) | 80º | 0.15% | 0.85% | - |
| XYZ | 59.56 | 66.91 | 55.67 | - |
| YUV | 210.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 185 | 0.05 | 0 | 0.15 | 0.15 | 80 | 0.31 | 0.79 |
| Hex | CF | DA | B9 | 5 | 0 | F | F | 50 | 1F | 4F |
| Octal | 317 | 332 | 271 | 5 | 0 | 17 | 17 | 120 | 37 | 117 |
| Binary | 11001111 | 11011010 | 10111001 | 101 | 0 | 1111 | 1111 | 1010000 | 11111 | 1001111 |
Color Harmonies of #CFDAB9
Complementary color
Monochromatic Colors of #CFDAB9
Black with #CFDAB9
Text Example
Text Example
White with #CFDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAB9; }
p { color: rgb(207,218,185); }
H1.HeaderClassName
{
color: #CFDAB9;
}
.AnyTagClassName
{
color: #CFDAB9;
}
</style>
background-color css
<style>
a { background-color: #CFDAB9; }
a { background-color: rgb(207,218,185); }
div.DivClassName
{
background-color: #CFDAB9;
}
.BgClassName
{
background-color: #CFDAB9;
}
</style>
border-color css
<style>
span { border-color: #CFDAB9; }
span { border-color: rgb(207,218,185); }
td.TdClassName
{
border-color: #CFDAB9;
}
.TagClassName
{
border-color: #CFDAB9;
}
</style>