Html Css Color HEX #D3B8BE Melanie

📋 copy color: '#D3B8BE'

red 211 ◦ green 184 ◦ blue 190

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

Shades of Melanie #D3B8BE

Tints of Melanie #D3B8BE

RGB

 RED value IS 211 (82.81% from 255) = 36.07%

 GREEN value IS 184 (72.27% from 255) = 31.45%

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

R = 36.07%
G = 31.45%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3B8BE (or 0xD3B8BE) is known color: Melanie. HEX triplet: D3, B8 and BE. RGB value is (211,184,190). Sum of RGB (Red+Green+Blue) = 211+184+190=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B8BE is #2C4741. Grayscale: #C0C0C0. Windows color (decimal): -2901826 or 12499155. OLE color: 12499155.

HSL color Cylindrical-coordinate representation of color #D3B8BE: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B8BE is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 184 190 -
CMYK 0 0.13 0.10 0.17
HSL 346.67º 0.23% 0.77% -
HSV(B) 346.67º 0.13% 0.83% -
XYZ 53.3 51.85 55.91 -
YUV 192.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 211 184 190 0 0.13 0.10 0.17 346.67 0.23 0.77
Hex D3 B8 BE 0 D A 11 15B 17 4D
Octal 323 270 276 0 15 12 21 533 27 115
Binary 11010011 10111000 10111110 0 1101 1010 10001 101011011 10111 1001101

Color Harmonies of #D3B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B8BE

Black with #D3B8BE

Text Example


Text Example

White with #D3B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B8BE; }

 p { color: rgb(211,184,190); }

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

background-color css

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

 a { background-color: rgb(211,184,190); }

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

border-color css

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

 span { border-color: rgb(211,184,190); }

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