Html Css Color HEX #D9B0BB Melanie

📋 copy color: '#D9B0BB'

red 217 ◦ green 176 ◦ blue 187

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

Shades of Melanie #D9B0BB

Tints of Melanie #D9B0BB

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

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

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

R = 37.41%
G = 30.34%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9B0BB (or 0xD9B0BB) is known color: Melanie. HEX triplet: D9, B0 and BB. RGB value is (217,176,187). Sum of RGB (Red+Green+Blue) = 217+176+187=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BB is #264F44. Grayscale: #BDBDBD. Windows color (decimal): -2510661 or 12300505. OLE color: 12300505.

HSL color Cylindrical-coordinate representation of color #D9B0BB: hue angle of 343.9º degrees, saturation: 0.35, 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 #D9B0BB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 187 -
CMYK 0 0.19 0.14 0.15
HSL 343.9º 0.35% 0.77% -
HSV(B) 343.9º 0.19% 0.85% -
XYZ 53.11 49.39 53.75 -
YUV 189.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 217 176 187 0 0.19 0.14 0.15 343.9 0.35 0.77
Hex D9 B0 BB 0 13 E F 158 23 4D
Octal 331 260 273 0 23 16 17 530 43 115
Binary 11011001 10110000 10111011 0 10011 1110 1111 101011000 100011 1001101

Color Harmonies of #D9B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0BB

Black with #D9B0BB

Text Example


Text Example

White with #D9B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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