Shades of Harp #CFD8B3
Tints of Harp #CFD8B3
RGB
CMYK
RGB Variations
Color information
#CFD8B3 (or 0xCFD8B3) is known color: Harp. HEX triplet: CF, D8 and B3. RGB value is (207,216,179). Sum of RGB (Red+Green+Blue) = 207+216+179=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8B3 is #30274C. Grayscale: #D1D1D1. Windows color (decimal): -3155789 or 11786447. OLE color: 11786447.
HSL color Cylindrical-coordinate representation of color #CFD8B3: hue angle of 74.59º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD8B3 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 179 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.15 |
| HSL | 74.59º | 0.32% | 0.77% | - |
| HSV(B) | 74.59º | 0.17% | 0.85% | - |
| XYZ | 58.42 | 65.63 | 52.24 | - |
| YUV | 209.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 179 | 0.04 | 0 | 0.17 | 0.15 | 74.59 | 0.32 | 0.77 |
| Hex | CF | D8 | B3 | 4 | 0 | 11 | F | 4B | 20 | 4D |
| Octal | 317 | 330 | 263 | 4 | 0 | 21 | 17 | 113 | 40 | 115 |
| Binary | 11001111 | 11011000 | 10110011 | 100 | 0 | 10001 | 1111 | 1001011 | 100000 | 1001101 |
Color Harmonies of #CFD8B3
Complementary color
Monochromatic Colors of #CFD8B3
Black with #CFD8B3
Text Example
Text Example
White with #CFD8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8B3; }
p { color: rgb(207,216,179); }
H1.HeaderClassName
{
color: #CFD8B3;
}
.AnyTagClassName
{
color: #CFD8B3;
}
</style>
background-color css
<style>
a { background-color: #CFD8B3; }
a { background-color: rgb(207,216,179); }
div.DivClassName
{
background-color: #CFD8B3;
}
.BgClassName
{
background-color: #CFD8B3;
}
</style>
border-color css
<style>
span { border-color: #CFD8B3; }
span { border-color: rgb(207,216,179); }
td.TdClassName
{
border-color: #CFD8B3;
}
.TagClassName
{
border-color: #CFD8B3;
}
</style>