Html Css Color HEX #D1D6BD Harp

📋 copy color: '#D1D6BD'

red 209 ◦ green 214 ◦ blue 189

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

Shades of Harp #D1D6BD

Tints of Harp #D1D6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

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

R = 34.15%
G = 34.97%
B = 30.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D1D6BD (or 0xD1D6BD) is known color: Harp. HEX triplet: D1, D6 and BD. RGB value is (209,214,189). Sum of RGB (Red+Green+Blue) = 209+214+189=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6BD is #2E2942. Grayscale: #D1D1D1. Windows color (decimal): -3025219 or 12441297. OLE color: 12441297.

HSL color Cylindrical-coordinate representation of color #D1D6BD: hue angle of 72º degrees, saturation: 0.23, 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 #D1D6BD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 189 -
CMYK 0.02 0 0.12 0.16
HSL 72º 0.23% 0.79% -
HSV(B) 72º 0.12% 0.84% -
XYZ 59.53 65.32 57.62 -
YUV 209.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 209 214 189 0.02 0 0.12 0.16 72 0.23 0.79
Hex D1 D6 BD 2 0 C 10 48 17 4F
Octal 321 326 275 2 0 14 20 110 27 117
Binary 11010001 11010110 10111101 10 0 1100 10000 1001000 10111 1001111

Color Harmonies of #D1D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6BD

Black with #D1D6BD

Text Example


Text Example

White with #D1D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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