Html Css Color HEX #D3B0BB Melanie

📋 copy color: '#D3B0BB'

red 211 ◦ green 176 ◦ blue 187

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

Shades of Melanie #D3B0BB

Tints of Melanie #D3B0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 36.76%
G = 30.66%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D3B0BB (or 0xD3B0BB) is known color: Melanie. HEX triplet: D3, B0 and BB. RGB value is (211,176,187). Sum of RGB (Red+Green+Blue) = 211+176+187=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B0BB is #2C4F44. Grayscale: #BBBBBB. Windows color (decimal): -2903877 or 12300499. OLE color: 12300499.

HSL color Cylindrical-coordinate representation of color #D3B0BB: hue angle of 341.14º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3B0BB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 176 187 -
CMYK 0 0.17 0.11 0.17
HSL 341.14º 0.28% 0.76% -
HSV(B) 341.14º 0.17% 0.83% -
XYZ 51.36 48.49 53.67 -
YUV 187.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 211 176 187 0 0.17 0.11 0.17 341.14 0.28 0.76
Hex D3 B0 BB 0 11 B 11 155 1C 4C
Octal 323 260 273 0 21 13 21 525 34 114
Binary 11010011 10110000 10111011 0 10001 1011 10001 101010101 11100 1001100

Color Harmonies of #D3B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B0BB

Black with #D3B0BB

Text Example


Text Example

White with #D3B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B0BB; }

 p { color: rgb(211,176,187); }

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

background-color css

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

 a { background-color: rgb(211,176,187); }

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

border-color css

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

 span { border-color: rgb(211,176,187); }

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