Html Css Color HEX #D6B0BB Melanie

📋 copy color: '#D6B0BB'

red 214 ◦ green 176 ◦ blue 187

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

Shades of Melanie #D6B0BB

Tints of Melanie #D6B0BB

RGB

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

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

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

R = 37.09%
G = 30.5%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6B0BB (or 0xD6B0BB) is known color: Melanie. HEX triplet: D6, B0 and BB. RGB value is (214,176,187). Sum of RGB (Red+Green+Blue) = 214+176+187=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0BB is #294F44. Grayscale: #BCBCBC. Windows color (decimal): -2707269 or 12300502. OLE color: 12300502.

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

Color convert

RGB 214 176 187 -
CMYK 0 0.18 0.13 0.16
HSL 342.63º 0.32% 0.76% -
HSV(B) 342.63º 0.18% 0.84% -
XYZ 52.23 48.93 53.71 -
YUV 188.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 214 176 187 0 0.18 0.13 0.16 342.63 0.32 0.76
Hex D6 B0 BB 0 12 D 10 157 20 4C
Octal 326 260 273 0 22 15 20 527 40 114
Binary 11010110 10110000 10111011 0 10010 1101 10000 101010111 100000 1001100

Color Harmonies of #D6B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0BB

Black with #D6B0BB

Text Example


Text Example

White with #D6B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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