Html Css Color HEX #D8B0BE Melanie

📋 copy color: '#D8B0BE'

red 216 ◦ green 176 ◦ blue 190

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

Shades of Melanie #D8B0BE

Tints of Melanie #D8B0BE

RGB

 RED value IS 216 (84.77% from 255) = 37.11%

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

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

R = 37.11%
G = 30.24%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8B0BE (or 0xD8B0BE) is known color: Melanie. HEX triplet: D8, B0 and BE. RGB value is (216,176,190). Sum of RGB (Red+Green+Blue) = 216+176+190=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0BE is #274F41. Grayscale: #BDBDBD. Windows color (decimal): -2576194 or 12497112. OLE color: 12497112.

HSL color Cylindrical-coordinate representation of color #D8B0BE: hue angle of 339º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0BE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 190 -
CMYK 0 0.19 0.12 0.15
HSL 339º 0.34% 0.77% -
HSV(B) 339º 0.19% 0.85% -
XYZ 53.14 49.37 55.44 -
YUV 189.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 216 176 190 0 0.19 0.12 0.15 339 0.34 0.77
Hex D8 B0 BE 0 13 C F 153 22 4D
Octal 330 260 276 0 23 14 17 523 42 115
Binary 11011000 10110000 10111110 0 10011 1100 1111 101010011 100010 1001101

Color Harmonies of #D8B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0BE

Black with #D8B0BE

Text Example


Text Example

White with #D8B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0BE; }

 p { color: rgb(216,176,190); }

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

background-color css

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

 a { background-color: rgb(216,176,190); }

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

border-color css

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

 span { border-color: rgb(216,176,190); }

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