Html Css Color HEX #D8B2BF Melanie

📋 copy color: '#D8B2BF'

red 216 ◦ green 178 ◦ blue 191

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

Shades of Melanie #D8B2BF

Tints of Melanie #D8B2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.65%

R = 36.92%
G = 30.43%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8B2BF (or 0xD8B2BF) is known color: Melanie. HEX triplet: D8, B2 and BF. RGB value is (216,178,191). Sum of RGB (Red+Green+Blue) = 216+178+191=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2BF is #274D40. Grayscale: #BEBEBE. Windows color (decimal): -2575681 or 12563160. OLE color: 12563160.

HSL color Cylindrical-coordinate representation of color #D8B2BF: hue angle of 339.47º 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 #D8B2BF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 191 -
CMYK 0 0.18 0.12 0.15
HSL 339.47º 0.33% 0.77% -
HSV(B) 339.47º 0.18% 0.85% -
XYZ 53.64 50.2 56.15 -
YUV 190.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 216 178 191 0 0.18 0.12 0.15 339.47 0.33 0.77
Hex D8 B2 BF 0 12 C F 153 21 4D
Octal 330 262 277 0 22 14 17 523 41 115
Binary 11011000 10110010 10111111 0 10010 1100 1111 101010011 100001 1001101

Color Harmonies of #D8B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2BF

Black with #D8B2BF

Text Example


Text Example

White with #D8B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2BF; }

 p { color: rgb(216,178,191); }

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

background-color css

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

 a { background-color: rgb(216,178,191); }

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

border-color css

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

 span { border-color: rgb(216,178,191); }

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