Html Css Color HEX #D8B1BB Melanie

📋 copy color: '#D8B1BB'

red 216 ◦ green 177 ◦ blue 187

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

Shades of Melanie #D8B1BB

Tints of Melanie #D8B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

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

R = 37.24%
G = 30.52%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8B1BB (or 0xD8B1BB) is known color: Melanie. HEX triplet: D8, B1 and BB. RGB value is (216,177,187). Sum of RGB (Red+Green+Blue) = 216+177+187=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1BB is #274E44. Grayscale: #BDBDBD. Windows color (decimal): -2575941 or 12300760. OLE color: 12300760.

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

Color convert

RGB 216 177 187 -
CMYK 0 0.18 0.13 0.15
HSL 344.62º 0.33% 0.77% -
HSV(B) 344.62º 0.18% 0.85% -
XYZ 53.01 49.63 53.8 -
YUV 189.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 216 177 187 0 0.18 0.13 0.15 344.62 0.33 0.77
Hex D8 B1 BB 0 12 D F 159 21 4D
Octal 330 261 273 0 22 15 17 531 41 115
Binary 11011000 10110001 10111011 0 10010 1101 1111 101011001 100001 1001101

Color Harmonies of #D8B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B1BB

Black with #D8B1BB

Text Example


Text Example

White with #D8B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B1BB; }

 p { color: rgb(216,177,187); }

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

background-color css

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

 a { background-color: rgb(216,177,187); }

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

border-color css

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

 span { border-color: rgb(216,177,187); }

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