Shades of Harp #CFD2BE
Tints of Harp #CFD2BE
RGB
CMYK
RGB Variations
Color information
#CFD2BE (or 0xCFD2BE) is known color: Harp. HEX triplet: CF, D2 and BE. RGB value is (207,210,190). Sum of RGB (Red+Green+Blue) = 207+210+190=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2BE is #302D41. Grayscale: #CECECE. Windows color (decimal): -3157314 or 12505807. OLE color: 12505807.
HSL color Cylindrical-coordinate representation of color #CFD2BE: hue angle of 69º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD2BE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 190 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 69º | 0.18% | 0.78% | - |
| HSV(B) | 69º | 0.1% | 0.82% | - |
| XYZ | 58.07 | 63.08 | 57.83 | - |
| YUV | 206.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 190 | 0.01 | 0 | 0.10 | 0.18 | 69 | 0.18 | 0.78 |
| Hex | CF | D2 | BE | 1 | 0 | A | 12 | 45 | 12 | 4E |
| Octal | 317 | 322 | 276 | 1 | 0 | 12 | 22 | 105 | 22 | 116 |
| Binary | 11001111 | 11010010 | 10111110 | 1 | 0 | 1010 | 10010 | 1000101 | 10010 | 1001110 |
Color Harmonies of #CFD2BE
Complementary color
Monochromatic Colors of #CFD2BE
Black with #CFD2BE
Text Example
Text Example
White with #CFD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2BE; }
p { color: rgb(207,210,190); }
H1.HeaderClassName
{
color: #CFD2BE;
}
.AnyTagClassName
{
color: #CFD2BE;
}
</style>
background-color css
<style>
a { background-color: #CFD2BE; }
a { background-color: rgb(207,210,190); }
div.DivClassName
{
background-color: #CFD2BE;
}
.BgClassName
{
background-color: #CFD2BE;
}
</style>
border-color css
<style>
span { border-color: #CFD2BE; }
span { border-color: rgb(207,210,190); }
td.TdClassName
{
border-color: #CFD2BE;
}
.TagClassName
{
border-color: #CFD2BE;
}
</style>