Html Css Color HEX #D1D8BD Harp

📋 copy color: '#D1D8BD'

red 209 ◦ green 216 ◦ blue 189

#D1D8BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #D1D8BD

Tints of Harp #D1D8BD

RGB

 RED value IS 209 (82.03% from 255) = 34.04%

 GREEN value IS 216 (84.77% from 255) = 35.18%

 BLUE value IS 189 (74.22% from 255) = 30.78%

R = 34.04%
G = 35.18%
B = 30.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D1D8BD (or 0xD1D8BD) is known color: Harp. HEX triplet: D1, D8 and BD. RGB value is (209,216,189). Sum of RGB (Red+Green+Blue) = 209+216+189=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8BD is #2E2742. Grayscale: #D2D2D2. Windows color (decimal): -3024707 or 12441809. OLE color: 12441809.

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

Color convert

RGB 209 216 189 -
CMYK 0.03 0 0.12 0.15
HSL 75.56º 0.26% 0.79% -
HSV(B) 75.56º 0.13% 0.85% -
XYZ 60.04 66.34 57.79 -
YUV 210.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 209 216 189 0.03 0 0.12 0.15 75.56 0.26 0.79
Hex D1 D8 BD 3 0 C F 4C 1A 4F
Octal 321 330 275 3 0 14 17 114 32 117
Binary 11010001 11011000 10111101 11 0 1100 1111 1001100 11010 1001111

Color Harmonies of #D1D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8BD

Black with #D1D8BD

Text Example


Text Example

White with #D1D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8BD; }

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

 H1.HeaderClassName
 {
   color: #D1D8BD;
 }
 .AnyTagClassName
 {
   color: #D1D8BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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