Shades of Harp #D1DBB3
Tints of Harp #D1DBB3
RGB
CMYK
RGB Variations
Color information
#D1DBB3 (or 0xD1DBB3) is known color: Harp. HEX triplet: D1, DB and B3. RGB value is (209,219,179). Sum of RGB (Red+Green+Blue) = 209+219+179=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBB3 is #2E244C. Grayscale: #D3D3D3. Windows color (decimal): -3023949 or 11787217. OLE color: 11787217.
HSL color Cylindrical-coordinate representation of color #D1DBB3: hue angle of 75º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DBB3 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 179 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.14 |
| HSL | 75º | 0.36% | 0.78% | - |
| HSV(B) | 75º | 0.18% | 0.86% | - |
| XYZ | 59.76 | 67.47 | 52.52 | - |
| YUV | 211.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 179 | 0.05 | 0 | 0.18 | 0.14 | 75 | 0.36 | 0.78 |
| Hex | D1 | DB | B3 | 5 | 0 | 12 | E | 4B | 24 | 4E |
| Octal | 321 | 333 | 263 | 5 | 0 | 22 | 16 | 113 | 44 | 116 |
| Binary | 11010001 | 11011011 | 10110011 | 101 | 0 | 10010 | 1110 | 1001011 | 100100 | 1001110 |
Color Harmonies of #D1DBB3
Complementary color
Monochromatic Colors of #D1DBB3
Black with #D1DBB3
Text Example
Text Example
White with #D1DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBB3; }
p { color: rgb(209,219,179); }
H1.HeaderClassName
{
color: #D1DBB3;
}
.AnyTagClassName
{
color: #D1DBB3;
}
</style>
background-color css
<style>
a { background-color: #D1DBB3; }
a { background-color: rgb(209,219,179); }
div.DivClassName
{
background-color: #D1DBB3;
}
.BgClassName
{
background-color: #D1DBB3;
}
</style>
border-color css
<style>
span { border-color: #D1DBB3; }
span { border-color: rgb(209,219,179); }
td.TdClassName
{
border-color: #D1DBB3;
}
.TagClassName
{
border-color: #D1DBB3;
}
</style>