Html Css Color HEX #D6B1BB Melanie

📋 copy color: '#D6B1BB'

red 214 ◦ green 177 ◦ blue 187

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

Shades of Melanie #D6B1BB

Tints of Melanie #D6B1BB

RGB

 RED value IS 214 (83.98% from 255) = 37.02%

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

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

R = 37.02%
G = 30.62%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6B1BB (or 0xD6B1BB) is known color: Melanie. HEX triplet: D6, B1 and BB. RGB value is (214,177,187). Sum of RGB (Red+Green+Blue) = 214+177+187=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1BB is #294E44. Grayscale: #BDBDBD. Windows color (decimal): -2707013 or 12300758. OLE color: 12300758.

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

Color convert

RGB 214 177 187 -
CMYK 0 0.17 0.13 0.16
HSL 343.78º 0.31% 0.77% -
HSV(B) 343.78º 0.17% 0.84% -
XYZ 52.42 49.33 53.77 -
YUV 189.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 214 177 187 0 0.17 0.13 0.16 343.78 0.31 0.77
Hex D6 B1 BB 0 11 D 10 158 1F 4D
Octal 326 261 273 0 21 15 20 530 37 115
Binary 11010110 10110001 10111011 0 10001 1101 10000 101011000 11111 1001101

Color Harmonies of #D6B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1BB

Black with #D6B1BB

Text Example


Text Example

White with #D6B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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