#D1D8BB

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

Shades of Harp #D1D8BB

Tints of Harp #D1D8BB

Color information

#D1D8BB (or 0xD1D8BB) is unknown color: approx Harp. HEX triplet: D1, D8 and BB. RGB value is (209,216,187). Sum of RGB (Red+Green+Blue) = 209+216+187=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8BB is #2E2744. Grayscale: #D2D2D2. Windows color (decimal): -3024709 or 12310737. OLE color: 12310737.

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

Color convert

RGB209216187-
CMYK0.0300.130.15
HSL74.48º27.1%79.02%-
HSV(B)74.48º13.43%84.71%-
XYZ59.8266.2556.65-
YUV210.6114.68126.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=34.15%
G=35.29%
B=30.56%

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
Decimal2092161870.0300.130.1574.4827.179.02
HexD1D8BB30DF4a1b4f
Octal32133027330151711233117
Binary110100011101100010111011110110111111001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D8BB; }

 p { color: rgb(209,216,187); }

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

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

 a { background-color: rgb(209,216,187); }

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

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

 span { border-color: rgb(209,216,187); }

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