Html Css Color HEX #D8BABF Melanie

📋 copy color: '#D8BABF'

red 216 ◦ green 186 ◦ blue 191

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

Shades of Melanie #D8BABF

Tints of Melanie #D8BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.37%

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

R = 36.42%
G = 31.37%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8BABF (or 0xD8BABF) is known color: Melanie. HEX triplet: D8, BA and BF. RGB value is (216,186,191). Sum of RGB (Red+Green+Blue) = 216+186+191=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABF is #274540. Grayscale: #C3C3C3. Windows color (decimal): -2573633 or 12565208. OLE color: 12565208.

HSL color Cylindrical-coordinate representation of color #D8BABF: hue angle of 350º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BABF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 191 -
CMYK 0 0.14 0.12 0.15
HSL 350º 0.28% 0.79% -
HSV(B) 350º 0.14% 0.85% -
XYZ 55.28 53.48 56.7 -
YUV 195.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 216 186 191 0 0.14 0.12 0.15 350 0.28 0.79
Hex D8 BA BF 0 E C F 15E 1C 4F
Octal 330 272 277 0 16 14 17 536 34 117
Binary 11011000 10111010 10111111 0 1110 1100 1111 101011110 11100 1001111

Color Harmonies of #D8BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BABF

Black with #D8BABF

Text Example


Text Example

White with #D8BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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