Shades of Harp #CFD2BD
Tints of Harp #CFD2BD
RGB
CMYK
RGB Variations
Color information
#CFD2BD (or 0xCFD2BD) is known color: Harp. HEX triplet: CF, D2 and BD. RGB value is (207,210,189). Sum of RGB (Red+Green+Blue) = 207+210+189=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2BD is #302D42. Grayscale: #CECECE. Windows color (decimal): -3157315 or 12440271. OLE color: 12440271.
HSL color Cylindrical-coordinate representation of color #CFD2BD: hue angle of 68.57º degrees, saturation: 0.19, 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 #CFD2BD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 189 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 68.57º | 0.19% | 0.78% | - |
| HSV(B) | 68.57º | 0.1% | 0.82% | - |
| XYZ | 57.96 | 63.03 | 57.26 | - |
| YUV | 206.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 189 | 0.01 | 0 | 0.10 | 0.18 | 68.57 | 0.19 | 0.78 |
| Hex | CF | D2 | BD | 1 | 0 | A | 12 | 45 | 13 | 4E |
| Octal | 317 | 322 | 275 | 1 | 0 | 12 | 22 | 105 | 23 | 116 |
| Binary | 11001111 | 11010010 | 10111101 | 1 | 0 | 1010 | 10010 | 1000101 | 10011 | 1001110 |
Color Harmonies of #CFD2BD
Complementary color
Monochromatic Colors of #CFD2BD
Black with #CFD2BD
Text Example
Text Example
White with #CFD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2BD; }
p { color: rgb(207,210,189); }
H1.HeaderClassName
{
color: #CFD2BD;
}
.AnyTagClassName
{
color: #CFD2BD;
}
</style>
background-color css
<style>
a { background-color: #CFD2BD; }
a { background-color: rgb(207,210,189); }
div.DivClassName
{
background-color: #CFD2BD;
}
.BgClassName
{
background-color: #CFD2BD;
}
</style>
border-color css
<style>
span { border-color: #CFD2BD; }
span { border-color: rgb(207,210,189); }
td.TdClassName
{
border-color: #CFD2BD;
}
.TagClassName
{
border-color: #CFD2BD;
}
</style>