Html Css Color HEX #D6ACBA Melanie

📋 copy color: '#D6ACBA'

red 214 ◦ green 172 ◦ blue 186

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

Shades of Melanie #D6ACBA

Tints of Melanie #D6ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 37.41%
G = 30.07%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6ACBA (or 0xD6ACBA) is known color: Melanie. HEX triplet: D6, AC and BA. RGB value is (214,172,186). Sum of RGB (Red+Green+Blue) = 214+172+186=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBA is #295345. Grayscale: #BABABA. Windows color (decimal): -2708294 or 12233942. OLE color: 12233942.

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

Color convert

RGB 214 172 186 -
CMYK 0 0.20 0.13 0.16
HSL 340º 0.34% 0.76% -
HSV(B) 340º 0.2% 0.84% -
XYZ 51.35 47.35 52.89 -
YUV 186.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 214 172 186 0 0.20 0.13 0.16 340 0.34 0.76
Hex D6 AC BA 0 14 D 10 154 22 4C
Octal 326 254 272 0 24 15 20 524 42 114
Binary 11010110 10101100 10111010 0 10100 1101 10000 101010100 100010 1001100

Color Harmonies of #D6ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACBA

Black with #D6ACBA

Text Example


Text Example

White with #D6ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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