Html Css Color HEX #D4ACB9 Melanie

📋 copy color: '#D4ACB9'

red 212 ◦ green 172 ◦ blue 185

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

Shades of Melanie #D4ACB9

Tints of Melanie #D4ACB9

RGB

 RED value IS 212 (83.2% from 255) = 37.26%

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

 BLUE value IS 185 (72.66% from 255) = 32.51%

R = 37.26%
G = 30.23%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D4ACB9 (or 0xD4ACB9) is known color: Melanie. HEX triplet: D4, AC and B9. RGB value is (212,172,185). Sum of RGB (Red+Green+Blue) = 212+172+185=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACB9 is #2B5346. Grayscale: #B9B9B9. Windows color (decimal): -2839367 or 12168404. OLE color: 12168404.

HSL color Cylindrical-coordinate representation of color #D4ACB9: hue angle of 340.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACB9 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 185 -
CMYK 0 0.19 0.13 0.17
HSL 340.5º 0.32% 0.75% -
HSV(B) 340.5º 0.19% 0.83% -
XYZ 50.66 47 52.3 -
YUV 185.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 212 172 185 0 0.19 0.13 0.17 340.5 0.32 0.75
Hex D4 AC B9 0 13 D 11 154 20 4B
Octal 324 254 271 0 23 15 21 524 40 113
Binary 11010100 10101100 10111001 0 10011 1101 10001 101010100 100000 1001011

Color Harmonies of #D4ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACB9

Black with #D4ACB9

Text Example


Text Example

White with #D4ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACB9; }

 p { color: rgb(212,172,185); }

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

background-color css

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

 a { background-color: rgb(212,172,185); }

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

border-color css

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

 span { border-color: rgb(212,172,185); }

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