Html Css Color HEX #D3ACB8 Melanie

📋 copy color: '#D3ACB8'

red 211 ◦ green 172 ◦ blue 184

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

Shades of Melanie #D3ACB8

Tints of Melanie #D3ACB8

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

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

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 37.21%
G = 30.34%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D3ACB8 (or 0xD3ACB8) is known color: Melanie. HEX triplet: D3, AC and B8. RGB value is (211,172,184). Sum of RGB (Red+Green+Blue) = 211+172+184=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACB8 is #2C5347. Grayscale: #B9B9B9. Windows color (decimal): -2904904 or 12102867. OLE color: 12102867.

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

Color convert

RGB 211 172 184 -
CMYK 0 0.18 0.13 0.17
HSL 341.54º 0.31% 0.75% -
HSV(B) 341.54º 0.18% 0.83% -
XYZ 50.27 46.81 51.73 -
YUV 185.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 211 172 184 0 0.18 0.13 0.17 341.54 0.31 0.75
Hex D3 AC B8 0 12 D 11 156 1F 4B
Octal 323 254 270 0 22 15 21 526 37 113
Binary 11010011 10101100 10111000 0 10010 1101 10001 101010110 11111 1001011

Color Harmonies of #D3ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACB8

Black with #D3ACB8

Text Example


Text Example

White with #D3ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACB8; }

 p { color: rgb(211,172,184); }

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

background-color css

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

 a { background-color: rgb(211,172,184); }

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

border-color css

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

 span { border-color: rgb(211,172,184); }

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