Shades of Harp #D1DCB5
Tints of Harp #D1DCB5
RGB
CMYK
RGB Variations
Color information
#D1DCB5 (or 0xD1DCB5) is known color: Harp. HEX triplet: D1, DC and B5. RGB value is (209,220,181). Sum of RGB (Red+Green+Blue) = 209+220+181=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCB5 is #2E234A. Grayscale: #D4D4D4. Windows color (decimal): -3023691 or 11918545. OLE color: 11918545.
HSL color Cylindrical-coordinate representation of color #D1DCB5: hue angle of 76.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 181 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.14 |
| HSL | 76.92º | 0.36% | 0.79% | - |
| HSV(B) | 76.92º | 0.18% | 0.86% | - |
| XYZ | 60.23 | 68.08 | 53.68 | - |
| YUV | 212.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 181 | 0.05 | 0 | 0.18 | 0.14 | 76.92 | 0.36 | 0.79 |
| Hex | D1 | DC | B5 | 5 | 0 | 12 | E | 4D | 24 | 4F |
| Octal | 321 | 334 | 265 | 5 | 0 | 22 | 16 | 115 | 44 | 117 |
| Binary | 11010001 | 11011100 | 10110101 | 101 | 0 | 10010 | 1110 | 1001101 | 100100 | 1001111 |
Color Harmonies of #D1DCB5
Complementary color
Monochromatic Colors of #D1DCB5
Black with #D1DCB5
Text Example
Text Example
White with #D1DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCB5; }
p { color: rgb(209,220,181); }
H1.HeaderClassName
{
color: #D1DCB5;
}
.AnyTagClassName
{
color: #D1DCB5;
}
</style>
background-color css
<style>
a { background-color: #D1DCB5; }
a { background-color: rgb(209,220,181); }
div.DivClassName
{
background-color: #D1DCB5;
}
.BgClassName
{
background-color: #D1DCB5;
}
</style>
border-color css
<style>
span { border-color: #D1DCB5; }
span { border-color: rgb(209,220,181); }
td.TdClassName
{
border-color: #D1DCB5;
}
.TagClassName
{
border-color: #D1DCB5;
}
</style>