Html Css Color HEX #D3ACBA Melanie

📋 copy color: '#D3ACBA'

red 211 ◦ green 172 ◦ blue 186

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

Shades of Melanie #D3ACBA

Tints of Melanie #D3ACBA

RGB

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

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

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

R = 37.08%
G = 30.23%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D3ACBA (or 0xD3ACBA) is known color: Melanie. HEX triplet: D3, AC and BA. RGB value is (211,172,186). Sum of RGB (Red+Green+Blue) = 211+172+186=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBA is #2C5345. Grayscale: #B9B9B9. Windows color (decimal): -2904902 or 12233939. OLE color: 12233939.

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

Color convert

RGB 211 172 186 -
CMYK 0 0.18 0.12 0.17
HSL 338.46º 0.31% 0.75% -
HSV(B) 338.46º 0.18% 0.83% -
XYZ 50.48 46.9 52.85 -
YUV 185.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 211 172 186 0 0.18 0.12 0.17 338.46 0.31 0.75
Hex D3 AC BA 0 12 C 11 152 1F 4B
Octal 323 254 272 0 22 14 21 522 37 113
Binary 11010011 10101100 10111010 0 10010 1100 10001 101010010 11111 1001011

Color Harmonies of #D3ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACBA

Black with #D3ACBA

Text Example


Text Example

White with #D3ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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