Html Css Color HEX #D1D6BE Harp

📋 copy color: '#D1D6BE'

red 209 ◦ green 214 ◦ blue 190

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

Shades of Harp #D1D6BE

Tints of Harp #D1D6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31%

R = 34.09%
G = 34.91%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D1D6BE (or 0xD1D6BE) is known color: Harp. HEX triplet: D1, D6 and BE. RGB value is (209,214,190). Sum of RGB (Red+Green+Blue) = 209+214+190=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6BE is #2E2941. Grayscale: #D1D1D1. Windows color (decimal): -3025218 or 12506833. OLE color: 12506833.

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

Color convert

RGB 209 214 190 -
CMYK 0.02 0 0.11 0.16
HSL 72.5º 0.23% 0.79% -
HSV(B) 72.5º 0.11% 0.84% -
XYZ 59.64 65.37 58.19 -
YUV 209.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 209 214 190 0.02 0 0.11 0.16 72.5 0.23 0.79
Hex D1 D6 BE 2 0 B 10 48 17 4F
Octal 321 326 276 2 0 13 20 110 27 117
Binary 11010001 11010110 10111110 10 0 1011 10000 1001000 10111 1001111

Color Harmonies of #D1D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6BE

Black with #D1D6BE

Text Example


Text Example

White with #D1D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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