Html Css Color HEX #D8AABF Melanie

📋 copy color: '#D8AABF'

red 216 ◦ green 170 ◦ blue 191

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

Shades of Melanie #D8AABF

Tints of Melanie #D8AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.46%

 BLUE value IS 191 (75% from 255) = 33.1%

R = 37.44%
G = 29.46%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8AABF (or 0xD8AABF) is known color: Melanie. HEX triplet: D8, AA and BF. RGB value is (216,170,191). Sum of RGB (Red+Green+Blue) = 216+170+191=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AABF is #275540. Grayscale: #BABABA. Windows color (decimal): -2577729 or 12561112. OLE color: 12561112.

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

Color convert

RGB 216 170 191 -
CMYK 0 0.21 0.12 0.15
HSL 332.61º 0.37% 0.76% -
HSV(B) 332.61º 0.21% 0.85% -
XYZ 52.1 47.11 55.64 -
YUV 186.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 216 170 191 0 0.21 0.12 0.15 332.61 0.37 0.76
Hex D8 AA BF 0 15 C F 14D 25 4C
Octal 330 252 277 0 25 14 17 515 45 114
Binary 11011000 10101010 10111111 0 10101 1100 1111 101001101 100101 1001100

Color Harmonies of #D8AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AABF

Black with #D8AABF

Text Example


Text Example

White with #D8AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AABF; }

 p { color: rgb(216,170,191); }

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

background-color css

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

 a { background-color: rgb(216,170,191); }

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

border-color css

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

 span { border-color: rgb(216,170,191); }

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