#D2DABD

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

Shades of Harp #D2DABD

Tints of Harp #D2DABD

Color information

#D2DABD (or 0xD2DABD) is unknown color: approx Harp. HEX triplet: D2, DA and BD. RGB value is (210,218,189). Sum of RGB (Red+Green+Blue) = 210+218+189=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DABD is #2D2542. Grayscale: #D4D4D4. Windows color (decimal): -2958659 or 12442322. OLE color: 12442322.

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

Color convert

RGB210218189-
CMYK0.0400.130.15
HSL76.55º28.16%79.8%-
HSV(B)76.55º13.3%85.49%-
XYZ60.8467.5257.97-
YUV212.3114.85126.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=34.04%
G=35.33%
B=30.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181890.0400.130.1576.5528.1679.8
HexD2DABD40DF4d1c50
Octal32233227540151711534120
Binary1101001011011010101111011000110111111001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DABD; }

 p { color: rgb(210,218,189); }

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

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

 a { background-color: rgb(210,218,189); }

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

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

 span { border-color: rgb(210,218,189); }

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