Html Css Color HEX #D6BAC0 Melanie

📋 copy color: '#D6BAC0'

red 214 ◦ green 186 ◦ blue 192

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

Shades of Melanie #D6BAC0

Tints of Melanie #D6BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 36.15%
G = 31.42%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6BAC0 (or 0xD6BAC0) is known color: Melanie. HEX triplet: D6, BA and C0. RGB value is (214,186,192). Sum of RGB (Red+Green+Blue) = 214+186+192=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC0 is #29453F. Grayscale: #C3C3C3. Windows color (decimal): -2704704 or 12630742. OLE color: 12630742.

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

Color convert

RGB 214 186 192 -
CMYK 0 0.13 0.10 0.16
HSL 347.14º 0.25% 0.78% -
HSV(B) 347.14º 0.13% 0.84% -
XYZ 54.8 53.22 57.25 -
YUV 195.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 214 186 192 0 0.13 0.10 0.16 347.14 0.25 0.78
Hex D6 BA C0 0 D A 10 15B 19 4E
Octal 326 272 300 0 15 12 20 533 31 116
Binary 11010110 10111010 11000000 0 1101 1010 10000 101011011 11001 1001110

Color Harmonies of #D6BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC0

Black with #D6BAC0

Text Example


Text Example

White with #D6BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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