Html Css Color HEX #D8ACBA Melanie

📋 copy color: '#D8ACBA'

red 216 ◦ green 172 ◦ blue 186

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

Shades of Melanie #D8ACBA

Tints of Melanie #D8ACBA

RGB

 RED value IS 216 (84.77% from 255) = 37.63%

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

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

R = 37.63%
G = 29.97%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8ACBA (or 0xD8ACBA) is known color: Melanie. HEX triplet: D8, AC and BA. RGB value is (216,172,186). Sum of RGB (Red+Green+Blue) = 216+172+186=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACBA is #275345. Grayscale: #BABABA. Windows color (decimal): -2577222 or 12233944. OLE color: 12233944.

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

Color convert

RGB 216 172 186 -
CMYK 0 0.20 0.14 0.15
HSL 340.91º 0.36% 0.76% -
HSV(B) 340.91º 0.2% 0.85% -
XYZ 51.93 47.65 52.91 -
YUV 186.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 216 172 186 0 0.20 0.14 0.15 340.91 0.36 0.76
Hex D8 AC BA 0 14 E F 155 24 4C
Octal 330 254 272 0 24 16 17 525 44 114
Binary 11011000 10101100 10111010 0 10100 1110 1111 101010101 100100 1001100

Color Harmonies of #D8ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACBA

Black with #D8ACBA

Text Example


Text Example

White with #D8ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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