Html Css Color HEX #D6ACBD Melanie

📋 copy color: '#D6ACBD'

red 214 ◦ green 172 ◦ blue 189

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

Shades of Melanie #D6ACBD

Tints of Melanie #D6ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 37.22%
G = 29.91%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6ACBD (or 0xD6ACBD) is known color: Melanie. HEX triplet: D6, AC and BD. RGB value is (214,172,189). Sum of RGB (Red+Green+Blue) = 214+172+189=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBD is #295342. Grayscale: #BABABA. Windows color (decimal): -2708291 or 12430550. OLE color: 12430550.

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

Color convert

RGB 214 172 189 -
CMYK 0 0.20 0.12 0.16
HSL 335.71º 0.34% 0.76% -
HSV(B) 335.71º 0.2% 0.84% -
XYZ 51.67 47.48 54.58 -
YUV 186.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 214 172 189 0 0.20 0.12 0.16 335.71 0.34 0.76
Hex D6 AC BD 0 14 C 10 150 22 4C
Octal 326 254 275 0 24 14 20 520 42 114
Binary 11010110 10101100 10111101 0 10100 1100 10000 101010000 100010 1001100

Color Harmonies of #D6ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACBD

Black with #D6ACBD

Text Example


Text Example

White with #D6ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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