Shades of Harp #CFDCB8
Tints of Harp #CFDCB8
RGB
CMYK
RGB Variations
Color information
#CFDCB8 (or 0xCFDCB8) is known color: Harp. HEX triplet: CF, DC and B8. RGB value is (207,220,184). Sum of RGB (Red+Green+Blue) = 207+220+184=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB8 is #302347. Grayscale: #D4D4D4. Windows color (decimal): -3154760 or 12115151. OLE color: 12115151.
HSL color Cylindrical-coordinate representation of color #CFDCB8: hue angle of 81.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDCB8 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 184 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.14 |
| HSL | 81.67º | 0.34% | 0.79% | - |
| HSV(B) | 81.67º | 0.16% | 0.86% | - |
| XYZ | 59.98 | 67.91 | 55.29 | - |
| YUV | 212.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 184 | 0.06 | 0 | 0.16 | 0.14 | 81.67 | 0.34 | 0.79 |
| Hex | CF | DC | B8 | 6 | 0 | 10 | E | 52 | 22 | 4F |
| Octal | 317 | 334 | 270 | 6 | 0 | 20 | 16 | 122 | 42 | 117 |
| Binary | 11001111 | 11011100 | 10111000 | 110 | 0 | 10000 | 1110 | 1010010 | 100010 | 1001111 |
Color Harmonies of #CFDCB8
Complementary color
Monochromatic Colors of #CFDCB8
Black with #CFDCB8
Text Example
Text Example
White with #CFDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCB8; }
p { color: rgb(207,220,184); }
H1.HeaderClassName
{
color: #CFDCB8;
}
.AnyTagClassName
{
color: #CFDCB8;
}
</style>
background-color css
<style>
a { background-color: #CFDCB8; }
a { background-color: rgb(207,220,184); }
div.DivClassName
{
background-color: #CFDCB8;
}
.BgClassName
{
background-color: #CFDCB8;
}
</style>
border-color css
<style>
span { border-color: #CFDCB8; }
span { border-color: rgb(207,220,184); }
td.TdClassName
{
border-color: #CFDCB8;
}
.TagClassName
{
border-color: #CFDCB8;
}
</style>