Html Css Color HEX #D7B2BC Melanie

📋 copy color: '#D7B2BC'

red 215 ◦ green 178 ◦ blue 188

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

Shades of Melanie #D7B2BC

Tints of Melanie #D7B2BC

RGB

 RED value IS 215 (84.38% from 255) = 37.01%

 GREEN value IS 178 (69.92% from 255) = 30.64%

 BLUE value IS 188 (73.83% from 255) = 32.36%

R = 37.01%
G = 30.64%
B = 32.36%

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

#D7B2BC (or 0xD7B2BC) is known color: Melanie. HEX triplet: D7, B2 and BC. RGB value is (215,178,188). Sum of RGB (Red+Green+Blue) = 215+178+188=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2BC is #284D43. Grayscale: #BEBEBE. Windows color (decimal): -2641220 or 12366551. OLE color: 12366551.

HSL color Cylindrical-coordinate representation of color #D7B2BC: hue angle of 343.78º degrees, saturation: 0.32, 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 #D7B2BC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 188 -
CMYK 0 0.17 0.13 0.16
HSL 343.78º 0.32% 0.77% -
HSV(B) 343.78º 0.17% 0.84% -
XYZ 53.02 49.92 54.42 -
YUV 190.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 215 178 188 0 0.17 0.13 0.16 343.78 0.32 0.77
Hex D7 B2 BC 0 11 D 10 158 20 4D
Octal 327 262 274 0 21 15 20 530 40 115
Binary 11010111 10110010 10111100 0 10001 1101 10000 101011000 100000 1001101

Color Harmonies of #D7B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2BC

Black with #D7B2BC

Text Example


Text Example

White with #D7B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2BC; }

 p { color: rgb(215,178,188); }

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

background-color css

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

 a { background-color: rgb(215,178,188); }

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

border-color css

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

 span { border-color: rgb(215,178,188); }

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