Shades of Harp #D1DCB2
Tints of Harp #D1DCB2
RGB
CMYK
RGB Variations
Color information
#D1DCB2 (or 0xD1DCB2) is known color: Harp. HEX triplet: D1, DC and B2. RGB value is (209,220,178). Sum of RGB (Red+Green+Blue) = 209+220+178=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCB2 is #2E234D. Grayscale: #D4D4D4. Windows color (decimal): -3023694 or 11721937. OLE color: 11721937.
HSL color Cylindrical-coordinate representation of color #D1DCB2: hue angle of 75.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1DCB2 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 178 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.14 |
| HSL | 75.71º | 0.38% | 0.78% | - |
| HSV(B) | 75.71º | 0.19% | 0.86% | - |
| XYZ | 59.92 | 67.96 | 52.08 | - |
| YUV | 211.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 178 | 0.05 | 0 | 0.19 | 0.14 | 75.71 | 0.38 | 0.78 |
| Hex | D1 | DC | B2 | 5 | 0 | 13 | E | 4C | 26 | 4E |
| Octal | 321 | 334 | 262 | 5 | 0 | 23 | 16 | 114 | 46 | 116 |
| Binary | 11010001 | 11011100 | 10110010 | 101 | 0 | 10011 | 1110 | 1001100 | 100110 | 1001110 |
Color Harmonies of #D1DCB2
Complementary color
Monochromatic Colors of #D1DCB2
Black with #D1DCB2
Text Example
Text Example
White with #D1DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCB2; }
p { color: rgb(209,220,178); }
H1.HeaderClassName
{
color: #D1DCB2;
}
.AnyTagClassName
{
color: #D1DCB2;
}
</style>
background-color css
<style>
a { background-color: #D1DCB2; }
a { background-color: rgb(209,220,178); }
div.DivClassName
{
background-color: #D1DCB2;
}
.BgClassName
{
background-color: #D1DCB2;
}
</style>
border-color css
<style>
span { border-color: #D1DCB2; }
span { border-color: rgb(209,220,178); }
td.TdClassName
{
border-color: #D1DCB2;
}
.TagClassName
{
border-color: #D1DCB2;
}
</style>