Shades of Harp #CFD1C2
Tints of Harp #CFD1C2
RGB
CMYK
RGB Variations
Color information
#CFD1C2 (or 0xCFD1C2) is known color: Harp. HEX triplet: CF, D1 and C2. RGB value is (207,209,194). Sum of RGB (Red+Green+Blue) = 207+209+194=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1C2 is #302E3D. Grayscale: #CECECE. Windows color (decimal): -3157566 or 12767695. OLE color: 12767695.
HSL color Cylindrical-coordinate representation of color #CFD1C2: hue angle of 68º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD1C2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 194 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.18 |
| HSL | 68º | 0.14% | 0.79% | - |
| HSV(B) | 68º | 0.07% | 0.82% | - |
| XYZ | 58.27 | 62.76 | 60.08 | - |
| YUV | 206.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 194 | 0.01 | 0 | 0.07 | 0.18 | 68 | 0.14 | 0.79 |
| Hex | CF | D1 | C2 | 1 | 0 | 7 | 12 | 44 | E | 4F |
| Octal | 317 | 321 | 302 | 1 | 0 | 7 | 22 | 104 | 16 | 117 |
| Binary | 11001111 | 11010001 | 11000010 | 1 | 0 | 111 | 10010 | 1000100 | 1110 | 1001111 |
Color Harmonies of #CFD1C2
Complementary color
Monochromatic Colors of #CFD1C2
Black with #CFD1C2
Text Example
Text Example
White with #CFD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1C2; }
p { color: rgb(207,209,194); }
H1.HeaderClassName
{
color: #CFD1C2;
}
.AnyTagClassName
{
color: #CFD1C2;
}
</style>
background-color css
<style>
a { background-color: #CFD1C2; }
a { background-color: rgb(207,209,194); }
div.DivClassName
{
background-color: #CFD1C2;
}
.BgClassName
{
background-color: #CFD1C2;
}
</style>
border-color css
<style>
span { border-color: #CFD1C2; }
span { border-color: rgb(207,209,194); }
td.TdClassName
{
border-color: #CFD1C2;
}
.TagClassName
{
border-color: #CFD1C2;
}
</style>