Html Css Color HEX #D0B7BE Melanie

📋 copy color: '#D0B7BE'

red 208 ◦ green 183 ◦ blue 190

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

Shades of Melanie #D0B7BE

Tints of Melanie #D0B7BE

RGB

 RED value IS 208 (81.64% from 255) = 35.8%

 GREEN value IS 183 (71.88% from 255) = 31.5%

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

R = 35.8%
G = 31.5%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0B7BE (or 0xD0B7BE) is known color: Melanie. HEX triplet: D0, B7 and BE. RGB value is (208,183,190). Sum of RGB (Red+Green+Blue) = 208+183+190=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7BE is #2F4841. Grayscale: #BFBFBF. Windows color (decimal): -3098690 or 12498896. OLE color: 12498896.

HSL color Cylindrical-coordinate representation of color #D0B7BE: hue angle of 343.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7BE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 183 190 -
CMYK 0 0.12 0.09 0.18
HSL 343.2º 0.21% 0.77% -
HSV(B) 343.2º 0.12% 0.82% -
XYZ 52.24 50.99 55.8 -
YUV 191.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 208 183 190 0 0.12 0.09 0.18 343.2 0.21 0.77
Hex D0 B7 BE 0 C 9 12 157 15 4D
Octal 320 267 276 0 14 11 22 527 25 115
Binary 11010000 10110111 10111110 0 1100 1001 10010 101010111 10101 1001101

Color Harmonies of #D0B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B7BE

Black with #D0B7BE

Text Example


Text Example

White with #D0B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B7BE; }

 p { color: rgb(208,183,190); }

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

background-color css

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

 a { background-color: rgb(208,183,190); }

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

border-color css

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

 span { border-color: rgb(208,183,190); }

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