Shades of Harp #D1D6C2
Tints of Harp #D1D6C2
RGB
CMYK
RGB Variations
Color information
#D1D6C2 (or 0xD1D6C2) is known color: Harp. HEX triplet: D1, D6 and C2. RGB value is (209,214,194). Sum of RGB (Red+Green+Blue) = 209+214+194=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6C2 is #2E293D. Grayscale: #D2D2D2. Windows color (decimal): -3025214 or 12768977. OLE color: 12768977.
HSL color Cylindrical-coordinate representation of color #D1D6C2: hue angle of 75º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1D6C2 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 194 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.16 |
| HSL | 75º | 0.2% | 0.8% | - |
| HSV(B) | 75º | 0.09% | 0.84% | - |
| XYZ | 60.08 | 65.54 | 60.52 | - |
| YUV | 210.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 194 | 0.02 | 0 | 0.09 | 0.16 | 75 | 0.2 | 0.8 |
| Hex | D1 | D6 | C2 | 2 | 0 | 9 | 10 | 4B | 14 | 50 |
| Octal | 321 | 326 | 302 | 2 | 0 | 11 | 20 | 113 | 24 | 120 |
| Binary | 11010001 | 11010110 | 11000010 | 10 | 0 | 1001 | 10000 | 1001011 | 10100 | 1010000 |
Color Harmonies of #D1D6C2
Complementary color
Monochromatic Colors of #D1D6C2
Black with #D1D6C2
Text Example
Text Example
White with #D1D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6C2; }
p { color: rgb(209,214,194); }
H1.HeaderClassName
{
color: #D1D6C2;
}
.AnyTagClassName
{
color: #D1D6C2;
}
</style>
background-color css
<style>
a { background-color: #D1D6C2; }
a { background-color: rgb(209,214,194); }
div.DivClassName
{
background-color: #D1D6C2;
}
.BgClassName
{
background-color: #D1D6C2;
}
</style>
border-color css
<style>
span { border-color: #D1D6C2; }
span { border-color: rgb(209,214,194); }
td.TdClassName
{
border-color: #D1D6C2;
}
.TagClassName
{
border-color: #D1D6C2;
}
</style>