#D2D8BA

Color #D2D8BA Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D2D8BA

Tints of Harp #D2D8BA

Color information

#D2D8BA (or 0xD2D8BA) is unknown color: approx Harp. HEX triplet: D2, D8 and BA. RGB value is (210,216,186). Sum of RGB (Red+Green+Blue) = 210+216+186=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8BA is #2D2745. Grayscale: #D2D2D2. Windows color (decimal): -2959174 or 12245202. OLE color: 12245202.

HSL color Cylindrical-coordinate representation of color #D2D8BA: hue angle of 72º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D8BA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB210216186-
CMYK0.0300.140.15
HSL72º27.78%78.82%-
HSV(B)72º13.89%84.71%-
XYZ6066.3656.1-
YUV210.79114.01127.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=34.31%
G=35.29%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161860.0300.140.157227.7878.82
HexD2D8BA30EF481c4f
Octal32233027230161711034117
Binary110100101101100010111010110111011111001000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8BA; }

 p { color: rgb(210,216,186); }

 H1.HeaderClassName
 {
   color: #D2D8BA;
 }
 .AnyTagClassName
 {
   color: #D2D8BA;
 }
</style>
background-color css

<style>
 a { background-color: #D2D8BA; }

 a { background-color: rgb(210,216,186); }

 div.DivClassName
 {
   background-color: #D2D8BA;
 }
 .BgClassName
 {
   background-color: #D2D8BA;
 }
</style>
border-color css

<style>
 span { border-color: #D2D8BA; }

 span { border-color: rgb(210,216,186); }

 td.TdClassName
 {
   border-color: #D2D8BA;
 }
 .TagClassName
 {
   border-color: #D2D8BA;
 }
</style>