Shades of Harp #CFD2BB
Tints of Harp #CFD2BB
RGB
CMYK
RGB Variations
Color information
#CFD2BB (or 0xCFD2BB) is known color: Harp. HEX triplet: CF, D2 and BB. RGB value is (207,210,187). Sum of RGB (Red+Green+Blue) = 207+210+187=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2BB is #302D44. Grayscale: #CECECE. Windows color (decimal): -3157317 or 12309199. OLE color: 12309199.
HSL color Cylindrical-coordinate representation of color #CFD2BB: hue angle of 67.83º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD2BB is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 187 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.18 |
| HSL | 67.83º | 0.2% | 0.78% | - |
| HSV(B) | 67.83º | 0.11% | 0.82% | - |
| XYZ | 57.75 | 62.95 | 56.12 | - |
| YUV | 206.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 187 | 0.01 | 0 | 0.11 | 0.18 | 67.83 | 0.2 | 0.78 |
| Hex | CF | D2 | BB | 1 | 0 | B | 12 | 44 | 14 | 4E |
| Octal | 317 | 322 | 273 | 1 | 0 | 13 | 22 | 104 | 24 | 116 |
| Binary | 11001111 | 11010010 | 10111011 | 1 | 0 | 1011 | 10010 | 1000100 | 10100 | 1001110 |
Color Harmonies of #CFD2BB
Complementary color
Monochromatic Colors of #CFD2BB
Black with #CFD2BB
Text Example
Text Example
White with #CFD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2BB; }
p { color: rgb(207,210,187); }
H1.HeaderClassName
{
color: #CFD2BB;
}
.AnyTagClassName
{
color: #CFD2BB;
}
</style>
background-color css
<style>
a { background-color: #CFD2BB; }
a { background-color: rgb(207,210,187); }
div.DivClassName
{
background-color: #CFD2BB;
}
.BgClassName
{
background-color: #CFD2BB;
}
</style>
border-color css
<style>
span { border-color: #CFD2BB; }
span { border-color: rgb(207,210,187); }
td.TdClassName
{
border-color: #CFD2BB;
}
.TagClassName
{
border-color: #CFD2BB;
}
</style>