Html Css Color HEX #D6BAC1 Melanie

📋 copy color: '#D6BAC1'

red 214 ◦ green 186 ◦ blue 193

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

Shades of Melanie #D6BAC1

Tints of Melanie #D6BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 36.09%
G = 31.37%
B = 32.55%

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

#D6BAC1 (or 0xD6BAC1) is known color: Melanie. HEX triplet: D6, BA and C1. RGB value is (214,186,193). Sum of RGB (Red+Green+Blue) = 214+186+193=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC1 is #29453E. Grayscale: #C3C3C3. Windows color (decimal): -2704703 or 12696278. OLE color: 12696278.

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

Color convert

RGB 214 186 193 -
CMYK 0 0.13 0.10 0.16
HSL 345º 0.25% 0.78% -
HSV(B) 345º 0.13% 0.84% -
XYZ 54.92 53.26 57.84 -
YUV 195.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 214 186 193 0 0.13 0.10 0.16 345 0.25 0.78
Hex D6 BA C1 0 D A 10 159 19 4E
Octal 326 272 301 0 15 12 20 531 31 116
Binary 11010110 10111010 11000001 0 1101 1010 10000 101011001 11001 1001110

Color Harmonies of #D6BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC1

Black with #D6BAC1

Text Example


Text Example

White with #D6BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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