#D3D9BF

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

Shades of Harp #D3D9BF

Tints of Harp #D3D9BF

Color information

#D3D9BF (or 0xD3D9BF) is unknown color: approx Harp. HEX triplet: D3, D9 and BF. RGB value is (211,217,191). Sum of RGB (Red+Green+Blue) = 211+217+191=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9BF is #2C2640. Grayscale: #D4D4D4. Windows color (decimal): -2893377 or 12573139. OLE color: 12573139.

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

Color convert

RGB211217191-
CMYK0.0300.120.15
HSL73.85º25.49%80%-
HSV(B)73.85º11.98%85.1%-
XYZ61.0867.2459.05-
YUV212.24116.01127.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 30.86%
R=34.09%
G=35.06%
B=30.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112171910.0300.120.1573.8525.4980
HexD3D9BF30CF4a1950
Octal32333127730141711231120
Binary110100111101100110111111110110011111001010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9BF; }

 p { color: rgb(211,217,191); }

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

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

 a { background-color: rgb(211,217,191); }

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

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

 span { border-color: rgb(211,217,191); }

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