Html Css Color HEX #D6BABF Melanie

📋 copy color: '#D6BABF'

red 214 ◦ green 186 ◦ blue 191

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

Shades of Melanie #D6BABF

Tints of Melanie #D6BABF

RGB

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

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

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

R = 36.21%
G = 31.47%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6BABF (or 0xD6BABF) is known color: Melanie. HEX triplet: D6, BA and BF. RGB value is (214,186,191). Sum of RGB (Red+Green+Blue) = 214+186+191=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABF is #294540. Grayscale: #C2C2C2. Windows color (decimal): -2704705 or 12565206. OLE color: 12565206.

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

Color convert

RGB 214 186 191 -
CMYK 0 0.13 0.11 0.16
HSL 349.29º 0.25% 0.78% -
HSV(B) 349.29º 0.13% 0.84% -
XYZ 54.69 53.18 56.67 -
YUV 194.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 214 186 191 0 0.13 0.11 0.16 349.29 0.25 0.78
Hex D6 BA BF 0 D B 10 15D 19 4E
Octal 326 272 277 0 15 13 20 535 31 116
Binary 11010110 10111010 10111111 0 1101 1011 10000 101011101 11001 1001110

Color Harmonies of #D6BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BABF

Black with #D6BABF

Text Example


Text Example

White with #D6BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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