Html Css Color HEX #D1D8BA Harp

📋 copy color: '#D1D8BA'

red 209 ◦ green 216 ◦ blue 186

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

Shades of Harp #D1D8BA

Tints of Harp #D1D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 34.21%
G = 35.35%
B = 30.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D1D8BA (or 0xD1D8BA) is known color: Harp. HEX triplet: D1, D8 and BA. RGB value is (209,216,186). Sum of RGB (Red+Green+Blue) = 209+216+186=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8BA is #2E2745. Grayscale: #D2D2D2. Windows color (decimal): -3024710 or 12245201. OLE color: 12245201.

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

Color convert

RGB 209 216 186 -
CMYK 0.03 0 0.14 0.15
HSL 74º 0.28% 0.79% -
HSV(B) 74º 0.14% 0.85% -
XYZ 59.71 66.21 56.09 -
YUV 210.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 209 216 186 0.03 0 0.14 0.15 74 0.28 0.79
Hex D1 D8 BA 3 0 E F 4A 1C 4F
Octal 321 330 272 3 0 16 17 112 34 117
Binary 11010001 11011000 10111010 11 0 1110 1111 1001010 11100 1001111

Color Harmonies of #D1D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8BA

Black with #D1D8BA

Text Example


Text Example

White with #D1D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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