Html Css Color HEX #DCAABA Melanie

📋 copy color: '#DCAABA'

red 220 ◦ green 170 ◦ blue 186

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

Shades of Melanie #DCAABA

Tints of Melanie #DCAABA

RGB

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

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

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

R = 38.19%
G = 29.51%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCAABA (or 0xDCAABA) is known color: Melanie. HEX triplet: DC, AA and BA. RGB value is (220,170,186). Sum of RGB (Red+Green+Blue) = 220+170+186=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABA is #235545. Grayscale: #BABABA. Windows color (decimal): -2315590 or 12233436. OLE color: 12233436.

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

Color convert

RGB 220 170 186 -
CMYK 0 0.23 0.15 0.14
HSL 340.8º 0.42% 0.76% -
HSV(B) 340.8º 0.23% 0.86% -
XYZ 52.75 47.51 52.84 -
YUV 186.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 220 170 186 0 0.23 0.15 0.14 340.8 0.42 0.76
Hex DC AA BA 0 17 F E 155 2A 4C
Octal 334 252 272 0 27 17 16 525 52 114
Binary 11011100 10101010 10111010 0 10111 1111 1110 101010101 101010 1001100

Color Harmonies of #DCAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAABA

Black with #DCAABA

Text Example


Text Example

White with #DCAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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