Shades of Harp #D2DDB3
Tints of Harp #D2DDB3
RGB
CMYK
RGB Variations
Color information
#D2DDB3 (or 0xD2DDB3) is known color: Harp. HEX triplet: D2, DD and B3. RGB value is (210,221,179). Sum of RGB (Red+Green+Blue) = 210+221+179=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDB3 is #2D224C. Grayscale: #D5D5D5. Windows color (decimal): -2957901 or 11787730. OLE color: 11787730.
HSL color Cylindrical-coordinate representation of color #D2DDB3: hue angle of 75.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2DDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 179 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.13 |
| HSL | 75.71º | 0.38% | 0.78% | - |
| HSV(B) | 75.71º | 0.19% | 0.87% | - |
| XYZ | 60.57 | 68.67 | 52.71 | - |
| YUV | 212.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 179 | 0.05 | 0 | 0.19 | 0.13 | 75.71 | 0.38 | 0.78 |
| Hex | D2 | DD | B3 | 5 | 0 | 13 | D | 4C | 26 | 4E |
| Octal | 322 | 335 | 263 | 5 | 0 | 23 | 15 | 114 | 46 | 116 |
| Binary | 11010010 | 11011101 | 10110011 | 101 | 0 | 10011 | 1101 | 1001100 | 100110 | 1001110 |
Color Harmonies of #D2DDB3
Complementary color
Monochromatic Colors of #D2DDB3
Black with #D2DDB3
Text Example
Text Example
White with #D2DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDB3; }
p { color: rgb(210,221,179); }
H1.HeaderClassName
{
color: #D2DDB3;
}
.AnyTagClassName
{
color: #D2DDB3;
}
</style>
background-color css
<style>
a { background-color: #D2DDB3; }
a { background-color: rgb(210,221,179); }
div.DivClassName
{
background-color: #D2DDB3;
}
.BgClassName
{
background-color: #D2DDB3;
}
</style>
border-color css
<style>
span { border-color: #D2DDB3; }
span { border-color: rgb(210,221,179); }
td.TdClassName
{
border-color: #D2DDB3;
}
.TagClassName
{
border-color: #D2DDB3;
}
</style>