Html Css Color HEX #D1D5BE Harp

📋 copy color: '#D1D5BE'

red 209 ◦ green 213 ◦ blue 190

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

Shades of Harp #D1D5BE

Tints of Harp #D1D5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.8%

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

R = 34.15%
G = 34.8%
B = 31.05%

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

#D1D5BE (or 0xD1D5BE) is known color: Harp. HEX triplet: D1, D5 and BE. RGB value is (209,213,190). Sum of RGB (Red+Green+Blue) = 209+213+190=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5BE is #2E2A41. Grayscale: #D1D1D1. Windows color (decimal): -3025474 or 12506577. OLE color: 12506577.

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

Color convert

RGB 209 213 190 -
CMYK 0.02 0 0.11 0.16
HSL 70.43º 0.21% 0.79% -
HSV(B) 70.43º 0.11% 0.84% -
XYZ 59.38 64.86 58.1 -
YUV 209.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 209 213 190 0.02 0 0.11 0.16 70.43 0.21 0.79
Hex D1 D5 BE 2 0 B 10 46 15 4F
Octal 321 325 276 2 0 13 20 106 25 117
Binary 11010001 11010101 10111110 10 0 1011 10000 1000110 10101 1001111

Color Harmonies of #D1D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D5BE

Black with #D1D5BE

Text Example


Text Example

White with #D1D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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