Html Css Color HEX #D0B5BE Melanie

📋 copy color: '#D0B5BE'

red 208 ◦ green 181 ◦ blue 190

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

Shades of Melanie #D0B5BE

Tints of Melanie #D0B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 35.92%
G = 31.26%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0B5BE (or 0xD0B5BE) is known color: Melanie. HEX triplet: D0, B5 and BE. RGB value is (208,181,190). Sum of RGB (Red+Green+Blue) = 208+181+190=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5BE is #2F4A41. Grayscale: #BEBEBE. Windows color (decimal): -3099202 or 12498384. OLE color: 12498384.

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

Color convert

RGB 208 181 190 -
CMYK 0 0.13 0.09 0.18
HSL 340º 0.22% 0.76% -
HSV(B) 340º 0.13% 0.82% -
XYZ 51.83 50.18 55.67 -
YUV 190.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 208 181 190 0 0.13 0.09 0.18 340 0.22 0.76
Hex D0 B5 BE 0 D 9 12 154 16 4C
Octal 320 265 276 0 15 11 22 524 26 114
Binary 11010000 10110101 10111110 0 1101 1001 10010 101010100 10110 1001100

Color Harmonies of #D0B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B5BE

Black with #D0B5BE

Text Example


Text Example

White with #D0B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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