Shades of Harp #CFD8BD
Tints of Harp #CFD8BD
RGB
CMYK
RGB Variations
Color information
#CFD8BD (or 0xCFD8BD) is known color: Harp. HEX triplet: CF, D8 and BD. RGB value is (207,216,189). Sum of RGB (Red+Green+Blue) = 207+216+189=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8BD is #302742. Grayscale: #D2D2D2. Windows color (decimal): -3155779 or 12441807. OLE color: 12441807.
HSL color Cylindrical-coordinate representation of color #CFD8BD: hue angle of 80º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD8BD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 189 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.15 |
| HSL | 80º | 0.26% | 0.79% | - |
| HSV(B) | 80º | 0.13% | 0.85% | - |
| XYZ | 59.47 | 66.05 | 57.76 | - |
| YUV | 210.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 189 | 0.04 | 0 | 0.12 | 0.15 | 80 | 0.26 | 0.79 |
| Hex | CF | D8 | BD | 4 | 0 | C | F | 50 | 1A | 4F |
| Octal | 317 | 330 | 275 | 4 | 0 | 14 | 17 | 120 | 32 | 117 |
| Binary | 11001111 | 11011000 | 10111101 | 100 | 0 | 1100 | 1111 | 1010000 | 11010 | 1001111 |
Color Harmonies of #CFD8BD
Complementary color
Monochromatic Colors of #CFD8BD
Black with #CFD8BD
Text Example
Text Example
White with #CFD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8BD; }
p { color: rgb(207,216,189); }
H1.HeaderClassName
{
color: #CFD8BD;
}
.AnyTagClassName
{
color: #CFD8BD;
}
</style>
background-color css
<style>
a { background-color: #CFD8BD; }
a { background-color: rgb(207,216,189); }
div.DivClassName
{
background-color: #CFD8BD;
}
.BgClassName
{
background-color: #CFD8BD;
}
</style>
border-color css
<style>
span { border-color: #CFD8BD; }
span { border-color: rgb(207,216,189); }
td.TdClassName
{
border-color: #CFD8BD;
}
.TagClassName
{
border-color: #CFD8BD;
}
</style>