#D1D7BE

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

Shades of Harp #D1D7BE

Tints of Harp #D1D7BE

Color information

#D1D7BE (or 0xD1D7BE) is unknown color: approx Harp. HEX triplet: D1, D7 and BE. RGB value is (209,215,190). Sum of RGB (Red+Green+Blue) = 209+215+190=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7BE is #2E2841. Grayscale: #D2D2D2. Windows color (decimal): -3024962 or 12507089. OLE color: 12507089.

HSL color Cylindrical-coordinate representation of color #D1D7BE: hue angle of 74.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1D7BE is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB209215190-
CMYK0.0300.120.16
HSL74.4º23.81%79.41%-
HSV(B)74.4º11.63%84.31%-
XYZ59.8965.8758.27-
YUV210.36116.51127.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=34.04%
G=35.02%
B=30.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092151900.0300.120.1674.423.8179.41
HexD1D7BE30C104a184f
Octal32132727630142011230117
Binary1101000111010111101111101101100100001001010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7BE; }

 p { color: rgb(209,215,190); }

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

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

 a { background-color: rgb(209,215,190); }

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

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

 span { border-color: rgb(209,215,190); }

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