Html Css Color HEX #DCAAC0 Melanie

📋 copy color: '#DCAAC0'

red 220 ◦ green 170 ◦ blue 192

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

Shades of Melanie #DCAAC0

Tints of Melanie #DCAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 37.8%
G = 29.21%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCAAC0 (or 0xDCAAC0) is known color: Melanie. HEX triplet: DC, AA and C0. RGB value is (220,170,192). Sum of RGB (Red+Green+Blue) = 220+170+192=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAC0 is #23553F. Grayscale: #BBBBBB. Windows color (decimal): -2315584 or 12626652. OLE color: 12626652.

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

Color convert

RGB 220 170 192 -
CMYK 0 0.23 0.13 0.14
HSL 333.6º 0.42% 0.76% -
HSV(B) 333.6º 0.23% 0.86% -
XYZ 53.4 47.77 56.28 -
YUV 187.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 220 170 192 0 0.23 0.13 0.14 333.6 0.42 0.76
Hex DC AA C0 0 17 D E 14E 2A 4C
Octal 334 252 300 0 27 15 16 516 52 114
Binary 11011100 10101010 11000000 0 10111 1101 1110 101001110 101010 1001100

Color Harmonies of #DCAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAC0

Black with #DCAAC0

Text Example


Text Example

White with #DCAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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