#D3DBBD

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

Shades of Harp #D3DBBD

Tints of Harp #D3DBBD

Color information

#D3DBBD (or 0xD3DBBD) is unknown color: approx Harp. HEX triplet: D3, DB and BD. RGB value is (211,219,189). Sum of RGB (Red+Green+Blue) = 211+219+189=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBBD is #2C2442. Grayscale: #D5D5D5. Windows color (decimal): -2892867 or 12442579. OLE color: 12442579.

HSL color Cylindrical-coordinate representation of color #D3DBBD: hue angle of 76º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DBBD is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB211219189-
CMYK0.0400.140.14
HSL76º29.41%80%-
HSV(B)76º13.7%85.88%-
XYZ61.3868.1958.07-
YUV213.19114.35126.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=34.09%
G=35.38%
B=30.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191890.0400.140.147629.4180
HexD3DBBD40EE4c1d50
Octal32333327540161611435120
Binary1101001111011011101111011000111011101001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBBD; }

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

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

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

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

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

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

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

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