#D3DABD

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

Shades of Harp #D3DABD

Tints of Harp #D3DABD

Color information

#D3DABD (or 0xD3DABD) is unknown color: approx Harp. HEX triplet: D3, DA and BD. RGB value is (211,218,189). Sum of RGB (Red+Green+Blue) = 211+218+189=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DABD is #2C2542. Grayscale: #D4D4D4. Windows color (decimal): -2893123 or 12442323. OLE color: 12442323.

HSL color Cylindrical-coordinate representation of color #D3DABD: hue angle of 74.48º 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 #D3DABD is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB211218189-
CMYK0.0300.130.15
HSL74.48º28.16%79.8%-
HSV(B)74.48º13.3%85.49%-
XYZ61.1267.6757.98-
YUV212.6114.68126.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=34.14%
G=35.28%
B=30.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112181890.0300.130.1574.4828.1679.8
HexD3DABD30DF4a1c50
Octal32333227530151711234120
Binary110100111101101010111101110110111111001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DABD; }

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

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

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

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

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

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

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

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