Html Css Color HEX #D6ACBB Melanie

📋 copy color: '#D6ACBB'

red 214 ◦ green 172 ◦ blue 187

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

Shades of Melanie #D6ACBB

Tints of Melanie #D6ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 37.35%
G = 30.02%
B = 32.64%

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

#D6ACBB (or 0xD6ACBB) is known color: Melanie. HEX triplet: D6, AC and BB. RGB value is (214,172,187). Sum of RGB (Red+Green+Blue) = 214+172+187=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBB is #295344. Grayscale: #BABABA. Windows color (decimal): -2708293 or 12299478. OLE color: 12299478.

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

Color convert

RGB 214 172 187 -
CMYK 0 0.20 0.13 0.16
HSL 338.57º 0.34% 0.76% -
HSV(B) 338.57º 0.2% 0.84% -
XYZ 51.45 47.39 53.45 -
YUV 186.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 214 172 187 0 0.20 0.13 0.16 338.57 0.34 0.76
Hex D6 AC BB 0 14 D 10 153 22 4C
Octal 326 254 273 0 24 15 20 523 42 114
Binary 11010110 10101100 10111011 0 10100 1101 10000 101010011 100010 1001100

Color Harmonies of #D6ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACBB

Black with #D6ACBB

Text Example


Text Example

White with #D6ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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