Html Css Color HEX #D5AAB9 Melanie

📋 copy color: '#D5AAB9'

red 213 ◦ green 170 ◦ blue 185

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

Shades of Melanie #D5AAB9

Tints of Melanie #D5AAB9

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

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

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 37.5%
G = 29.93%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5AAB9 (or 0xD5AAB9) is known color: Melanie. HEX triplet: D5, AA and B9. RGB value is (213,170,185). Sum of RGB (Red+Green+Blue) = 213+170+185=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAB9 is #2A5546. Grayscale: #B8B8B8. Windows color (decimal): -2774343 or 12167893. OLE color: 12167893.

HSL color Cylindrical-coordinate representation of color #D5AAB9: hue angle of 339.07º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAB9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 185 -
CMYK 0 0.20 0.13 0.16
HSL 339.07º 0.34% 0.75% -
HSV(B) 339.07º 0.2% 0.84% -
XYZ 50.57 46.4 52.19 -
YUV 184.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 213 170 185 0 0.20 0.13 0.16 339.07 0.34 0.75
Hex D5 AA B9 0 14 D 10 153 22 4B
Octal 325 252 271 0 24 15 20 523 42 113
Binary 11010101 10101010 10111001 0 10100 1101 10000 101010011 100010 1001011

Color Harmonies of #D5AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAB9

Black with #D5AAB9

Text Example


Text Example

White with #D5AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAB9; }

 p { color: rgb(213,170,185); }

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

background-color css

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

 a { background-color: rgb(213,170,185); }

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

border-color css

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

 span { border-color: rgb(213,170,185); }

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