Html Css Color HEX #D6ACBE Melanie

📋 copy color: '#D6ACBE'

red 214 ◦ green 172 ◦ blue 190

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

Shades of Melanie #D6ACBE

Tints of Melanie #D6ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.86%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 37.15%
G = 29.86%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6ACBE (or 0xD6ACBE) is known color: Melanie. HEX triplet: D6, AC and BE. RGB value is (214,172,190). Sum of RGB (Red+Green+Blue) = 214+172+190=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBE is #295341. Grayscale: #BABABA. Windows color (decimal): -2708290 or 12496086. OLE color: 12496086.

HSL color Cylindrical-coordinate representation of color #D6ACBE: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACBE is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 190 -
CMYK 0 0.20 0.11 0.16
HSL 334.29º 0.34% 0.76% -
HSV(B) 334.29º 0.2% 0.84% -
XYZ 51.78 47.52 55.16 -
YUV 186.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 214 172 190 0 0.20 0.11 0.16 334.29 0.34 0.76
Hex D6 AC BE 0 14 B 10 14E 22 4C
Octal 326 254 276 0 24 13 20 516 42 114
Binary 11010110 10101100 10111110 0 10100 1011 10000 101001110 100010 1001100

Color Harmonies of #D6ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACBE

Black with #D6ACBE

Text Example


Text Example

White with #D6ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACBE; }

 p { color: rgb(214,172,190); }

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

background-color css

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

 a { background-color: rgb(214,172,190); }

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

border-color css

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

 span { border-color: rgb(214,172,190); }

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