Html Css Color HEX #DCAAB9 Melanie

📋 copy color: '#DCAAB9'

red 220 ◦ green 170 ◦ blue 185

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

Shades of Melanie #DCAAB9

Tints of Melanie #DCAAB9

RGB

 RED value IS 220 (86.33% from 255) = 38.26%

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

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

R = 38.26%
G = 29.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCAAB9 (or 0xDCAAB9) is known color: Melanie. HEX triplet: DC, AA and B9. RGB value is (220,170,185). Sum of RGB (Red+Green+Blue) = 220+170+185=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB9 is #235546. Grayscale: #BABABA. Windows color (decimal): -2315591 or 12167900. OLE color: 12167900.

HSL color Cylindrical-coordinate representation of color #DCAAB9: hue angle of 342º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAB9 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 185 -
CMYK 0 0.23 0.16 0.14
HSL 342º 0.42% 0.76% -
HSV(B) 342º 0.23% 0.86% -
XYZ 52.65 47.47 52.29 -
YUV 186.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 220 170 185 0 0.23 0.16 0.14 342 0.42 0.76
Hex DC AA B9 0 17 10 E 156 2A 4C
Octal 334 252 271 0 27 20 16 526 52 114
Binary 11011100 10101010 10111001 0 10111 10000 1110 101010110 101010 1001100

Color Harmonies of #DCAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAB9

Black with #DCAAB9

Text Example


Text Example

White with #DCAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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