#D3DDBA

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

Shades of Harp #D3DDBA

Tints of Harp #D3DDBA

Color information

#D3DDBA (or 0xD3DDBA) is unknown color: approx Harp. HEX triplet: D3, DD and BA. RGB value is (211,221,186). Sum of RGB (Red+Green+Blue) = 211+221+186=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDBA is #2C2245. Grayscale: #D6D6D6. Windows color (decimal): -2892358 or 12246483. OLE color: 12246483.

HSL color Cylindrical-coordinate representation of color #D3DDBA: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DDBA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB211221186-
CMYK0.0500.160.13
HSL77.14º33.98%79.8%-
HSV(B)77.14º15.84%86.67%-
XYZ61.5869.1156.55-
YUV214.02112.19125.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=34.14%
G=35.76%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211860.0500.160.1377.1433.9879.8
HexD3DDBA5010D4d2250
Octal32333527250201511542120
Binary110100111101110110111010101010000110110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDBA; }

 p { color: rgb(211,221,186); }

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

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

 a { background-color: rgb(211,221,186); }

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

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

 span { border-color: rgb(211,221,186); }

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