Html Css Color HEX #D8ABBA Melanie

📋 copy color: '#D8ABBA'

red 216 ◦ green 171 ◦ blue 186

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

Shades of Melanie #D8ABBA

Tints of Melanie #D8ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.84%

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

R = 37.7%
G = 29.84%
B = 32.46%

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

#D8ABBA (or 0xD8ABBA) is known color: Melanie. HEX triplet: D8, AB and BA. RGB value is (216,171,186). Sum of RGB (Red+Green+Blue) = 216+171+186=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABBA is #275445. Grayscale: #BABABA. Windows color (decimal): -2577478 or 12233688. OLE color: 12233688.

HSL color Cylindrical-coordinate representation of color #D8ABBA: hue angle of 340º 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 #D8ABBA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 186 -
CMYK 0 0.21 0.14 0.15
HSL 340º 0.37% 0.76% -
HSV(B) 340º 0.21% 0.85% -
XYZ 51.74 47.27 52.85 -
YUV 186.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 216 171 186 0 0.21 0.14 0.15 340 0.37 0.76
Hex D8 AB BA 0 15 E F 154 25 4C
Octal 330 253 272 0 25 16 17 524 45 114
Binary 11011000 10101011 10111010 0 10101 1110 1111 101010100 100101 1001100

Color Harmonies of #D8ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABBA

Black with #D8ABBA

Text Example


Text Example

White with #D8ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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