Html Css Color HEX #D2AABA Melanie

📋 copy color: '#D2AABA'

red 210 ◦ green 170 ◦ blue 186

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

Shades of Melanie #D2AABA

Tints of Melanie #D2AABA

RGB

 RED value IS 210 (82.42% from 255) = 37.1%

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

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

R = 37.1%
G = 30.04%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2AABA (or 0xD2AABA) is known color: Melanie. HEX triplet: D2, AA and BA. RGB value is (210,170,186). Sum of RGB (Red+Green+Blue) = 210+170+186=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AABA is #2D5545. Grayscale: #B7B7B7. Windows color (decimal): -2970950 or 12233426. OLE color: 12233426.

HSL color Cylindrical-coordinate representation of color #D2AABA: hue angle of 336º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AABA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 170 186 -
CMYK 0 0.19 0.11 0.18
HSL 336º 0.31% 0.75% -
HSV(B) 336º 0.19% 0.82% -
XYZ 49.82 46 52.71 -
YUV 183.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 210 170 186 0 0.19 0.11 0.18 336 0.31 0.75
Hex D2 AA BA 0 13 B 12 150 1F 4B
Octal 322 252 272 0 23 13 22 520 37 113
Binary 11010010 10101010 10111010 0 10011 1011 10010 101010000 11111 1001011

Color Harmonies of #D2AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AABA

Black with #D2AABA

Text Example


Text Example

White with #D2AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AABA; }

 p { color: rgb(210,170,186); }

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

background-color css

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

 a { background-color: rgb(210,170,186); }

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

border-color css

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

 span { border-color: rgb(210,170,186); }

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