Shades of Harp #D2DBB7
Tints of Harp #D2DBB7
RGB
CMYK
RGB Variations
Color information
#D2DBB7 (or 0xD2DBB7) is known color: Harp. HEX triplet: D2, DB and B7. RGB value is (210,219,183). Sum of RGB (Red+Green+Blue) = 210+219+183=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBB7 is #2D2448. Grayscale: #D4D4D4. Windows color (decimal): -2958409 or 12049362. OLE color: 12049362.
HSL color Cylindrical-coordinate representation of color #D2DBB7: hue angle of 75º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DBB7 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 219 | 183 | - |
CMYK | 0.04 | 0 | 0.16 | 0.14 |
HSL | 75º | 0.33% | 0.79% | - |
HSV(B) | 75º | 0.16% | 0.86% | - |
XYZ | 60.46 | 67.78 | 54.7 | - |
YUV | 212.21 | 111.52 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 219 | 183 | 0.04 | 0 | 0.16 | 0.14 | 75 | 0.33 | 0.79 |
Hex | D2 | DB | B7 | 4 | 0 | 10 | E | 4B | 21 | 4F |
Octal | 322 | 333 | 267 | 4 | 0 | 20 | 16 | 113 | 41 | 117 |
Binary | 11010010 | 11011011 | 10110111 | 100 | 0 | 10000 | 1110 | 1001011 | 100001 | 1001111 |
Color Harmonies of #D2DBB7
Complementary color
Monochromatic Colors of #D2DBB7
Black with #D2DBB7
Text Example
Text Example
White with #D2DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBB7; }
p { color: rgb(210,219,183); }
H1.HeaderClassName
{
color: #D2DBB7;
}
.AnyTagClassName
{
color: #D2DBB7;
}
</style>
background-color css
<style>
a { background-color: #D2DBB7; }
a { background-color: rgb(210,219,183); }
div.DivClassName
{
background-color: #D2DBB7;
}
.BgClassName
{
background-color: #D2DBB7;
}
</style>
border-color css
<style>
span { border-color: #D2DBB7; }
span { border-color: rgb(210,219,183); }
td.TdClassName
{
border-color: #D2DBB7;
}
.TagClassName
{
border-color: #D2DBB7;
}
</style>