Shades of Harp #CFDBBA
Tints of Harp #CFDBBA
RGB
CMYK
RGB Variations
Color information
#CFDBBA (or 0xCFDBBA) is known color: Harp. HEX triplet: CF, DB and BA. RGB value is (207,219,186). Sum of RGB (Red+Green+Blue) = 207+219+186=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBBA is #302445. Grayscale: #D3D3D3. Windows color (decimal): -3155014 or 12245967. OLE color: 12245967.
HSL color Cylindrical-coordinate representation of color #CFDBBA: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDBBA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 186 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.14 |
| HSL | 81.82º | 0.31% | 0.79% | - |
| HSV(B) | 81.82º | 0.15% | 0.86% | - |
| XYZ | 59.93 | 67.47 | 56.32 | - |
| YUV | 211.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 186 | 0.05 | 0 | 0.15 | 0.14 | 81.82 | 0.31 | 0.79 |
| Hex | CF | DB | BA | 5 | 0 | F | E | 52 | 1F | 4F |
| Octal | 317 | 333 | 272 | 5 | 0 | 17 | 16 | 122 | 37 | 117 |
| Binary | 11001111 | 11011011 | 10111010 | 101 | 0 | 1111 | 1110 | 1010010 | 11111 | 1001111 |
Color Harmonies of #CFDBBA
Complementary color
Monochromatic Colors of #CFDBBA
Black with #CFDBBA
Text Example
Text Example
White with #CFDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBBA; }
p { color: rgb(207,219,186); }
H1.HeaderClassName
{
color: #CFDBBA;
}
.AnyTagClassName
{
color: #CFDBBA;
}
</style>
background-color css
<style>
a { background-color: #CFDBBA; }
a { background-color: rgb(207,219,186); }
div.DivClassName
{
background-color: #CFDBBA;
}
.BgClassName
{
background-color: #CFDBBA;
}
</style>
border-color css
<style>
span { border-color: #CFDBBA; }
span { border-color: rgb(207,219,186); }
td.TdClassName
{
border-color: #CFDBBA;
}
.TagClassName
{
border-color: #CFDBBA;
}
</style>