Shades of Harp #CFDAB0
Tints of Harp #CFDAB0
RGB
CMYK
RGB Variations
Color information
#CFDAB0 (or 0xCFDAB0) is known color: Harp. HEX triplet: CF, DA and B0. RGB value is (207,218,176). Sum of RGB (Red+Green+Blue) = 207+218+176=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAB0 is #30254F. Grayscale: #D2D2D2. Windows color (decimal): -3155280 or 11590351. OLE color: 11590351.
HSL color Cylindrical-coordinate representation of color #CFDAB0: hue angle of 75.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDAB0 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 176 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.15 |
| HSL | 75.71º | 0.36% | 0.77% | - |
| HSV(B) | 75.71º | 0.19% | 0.85% | - |
| XYZ | 58.64 | 66.54 | 50.83 | - |
| YUV | 209.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 176 | 0.05 | 0 | 0.19 | 0.15 | 75.71 | 0.36 | 0.77 |
| Hex | CF | DA | B0 | 5 | 0 | 13 | F | 4C | 24 | 4D |
| Octal | 317 | 332 | 260 | 5 | 0 | 23 | 17 | 114 | 44 | 115 |
| Binary | 11001111 | 11011010 | 10110000 | 101 | 0 | 10011 | 1111 | 1001100 | 100100 | 1001101 |
Color Harmonies of #CFDAB0
Complementary color
Monochromatic Colors of #CFDAB0
Black with #CFDAB0
Text Example
Text Example
White with #CFDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAB0; }
p { color: rgb(207,218,176); }
H1.HeaderClassName
{
color: #CFDAB0;
}
.AnyTagClassName
{
color: #CFDAB0;
}
</style>
background-color css
<style>
a { background-color: #CFDAB0; }
a { background-color: rgb(207,218,176); }
div.DivClassName
{
background-color: #CFDAB0;
}
.BgClassName
{
background-color: #CFDAB0;
}
</style>
border-color css
<style>
span { border-color: #CFDAB0; }
span { border-color: rgb(207,218,176); }
td.TdClassName
{
border-color: #CFDAB0;
}
.TagClassName
{
border-color: #CFDAB0;
}
</style>