Html Css Color HEX #D6BAC2 Melanie

📋 copy color: '#D6BAC2'

red 214 ◦ green 186 ◦ blue 194

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

Shades of Melanie #D6BAC2

Tints of Melanie #D6BAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.66%

R = 36.03%
G = 31.31%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D6BAC2 (or 0xD6BAC2) is known color: Melanie. HEX triplet: D6, BA and C2. RGB value is (214,186,194). Sum of RGB (Red+Green+Blue) = 214+186+194=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC2 is #29453D. Grayscale: #C3C3C3. Windows color (decimal): -2704702 or 12761814. OLE color: 12761814.

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

Color convert

RGB 214 186 194 -
CMYK 0 0.13 0.09 0.16
HSL 342.86º 0.25% 0.78% -
HSV(B) 342.86º 0.13% 0.84% -
XYZ 55.03 53.31 58.43 -
YUV 195.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 214 186 194 0 0.13 0.09 0.16 342.86 0.25 0.78
Hex D6 BA C2 0 D 9 10 157 19 4E
Octal 326 272 302 0 15 11 20 527 31 116
Binary 11010110 10111010 11000010 0 1101 1001 10000 101010111 11001 1001110

Color Harmonies of #D6BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC2

Black with #D6BAC2

Text Example


Text Example

White with #D6BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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