Html Css Color HEX #D9ACBA Melanie

📋 copy color: '#D9ACBA'

red 217 ◦ green 172 ◦ blue 186

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

Shades of Melanie #D9ACBA

Tints of Melanie #D9ACBA

RGB

 RED value IS 217 (85.16% from 255) = 37.74%

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

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

R = 37.74%
G = 29.91%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9ACBA (or 0xD9ACBA) is known color: Melanie. HEX triplet: D9, AC and BA. RGB value is (217,172,186). Sum of RGB (Red+Green+Blue) = 217+172+186=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACBA is #265345. Grayscale: #BBBBBB. Windows color (decimal): -2511686 or 12233945. OLE color: 12233945.

HSL color Cylindrical-coordinate representation of color #D9ACBA: hue angle of 341.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACBA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 186 -
CMYK 0 0.21 0.14 0.15
HSL 341.33º 0.37% 0.76% -
HSV(B) 341.33º 0.21% 0.85% -
XYZ 52.23 47.8 52.93 -
YUV 187.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 217 172 186 0 0.21 0.14 0.15 341.33 0.37 0.76
Hex D9 AC BA 0 15 E F 155 25 4C
Octal 331 254 272 0 25 16 17 525 45 114
Binary 11011001 10101100 10111010 0 10101 1110 1111 101010101 100101 1001100

Color Harmonies of #D9ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACBA

Black with #D9ACBA

Text Example


Text Example

White with #D9ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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