Html Css Color HEX #D6BAC3 Melanie

📋 copy color: '#D6BAC3'

red 214 ◦ green 186 ◦ blue 195

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

Shades of Melanie #D6BAC3

Tints of Melanie #D6BAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.77%

R = 35.97%
G = 31.26%
B = 32.77%

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

#D6BAC3 (or 0xD6BAC3) is known color: Melanie. HEX triplet: D6, BA and C3. RGB value is (214,186,195). Sum of RGB (Red+Green+Blue) = 214+186+195=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC3 is #29453C. Grayscale: #C3C3C3. Windows color (decimal): -2704701 or 12827350. OLE color: 12827350.

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

Color convert

RGB 214 186 195 -
CMYK 0 0.13 0.09 0.16
HSL 340.71º 0.25% 0.78% -
HSV(B) 340.71º 0.13% 0.84% -
XYZ 55.14 53.35 59.02 -
YUV 195.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 214 186 195 0 0.13 0.09 0.16 340.71 0.25 0.78
Hex D6 BA C3 0 D 9 10 155 19 4E
Octal 326 272 303 0 15 11 20 525 31 116
Binary 11010110 10111010 11000011 0 1101 1001 10000 101010101 11001 1001110

Color Harmonies of #D6BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC3

Black with #D6BAC3

Text Example


Text Example

White with #D6BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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