Shades of Harp #CFDCB7
Tints of Harp #CFDCB7
RGB
CMYK
RGB Variations
Color information
#CFDCB7 (or 0xCFDCB7) is known color: Harp. HEX triplet: CF, DC and B7. RGB value is (207,220,183). Sum of RGB (Red+Green+Blue) = 207+220+183=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB7 is #302348. Grayscale: #D4D4D4. Windows color (decimal): -3154761 or 12049615. OLE color: 12049615.
HSL color Cylindrical-coordinate representation of color #CFDCB7: hue angle of 81.08º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDCB7 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 183 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.14 |
| HSL | 81.08º | 0.35% | 0.79% | - |
| HSV(B) | 81.08º | 0.17% | 0.86% | - |
| XYZ | 59.87 | 67.87 | 54.74 | - |
| YUV | 211.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 183 | 0.06 | 0 | 0.17 | 0.14 | 81.08 | 0.35 | 0.79 |
| Hex | CF | DC | B7 | 6 | 0 | 11 | E | 51 | 23 | 4F |
| Octal | 317 | 334 | 267 | 6 | 0 | 21 | 16 | 121 | 43 | 117 |
| Binary | 11001111 | 11011100 | 10110111 | 110 | 0 | 10001 | 1110 | 1010001 | 100011 | 1001111 |
Color Harmonies of #CFDCB7
Complementary color
Monochromatic Colors of #CFDCB7
Black with #CFDCB7
Text Example
Text Example
White with #CFDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCB7; }
p { color: rgb(207,220,183); }
H1.HeaderClassName
{
color: #CFDCB7;
}
.AnyTagClassName
{
color: #CFDCB7;
}
</style>
background-color css
<style>
a { background-color: #CFDCB7; }
a { background-color: rgb(207,220,183); }
div.DivClassName
{
background-color: #CFDCB7;
}
.BgClassName
{
background-color: #CFDCB7;
}
</style>
border-color css
<style>
span { border-color: #CFDCB7; }
span { border-color: rgb(207,220,183); }
td.TdClassName
{
border-color: #CFDCB7;
}
.TagClassName
{
border-color: #CFDCB7;
}
</style>