Html Css Color HEX #DCAABD Melanie

📋 copy color: '#DCAABD'

red 220 ◦ green 170 ◦ blue 189

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

Shades of Melanie #DCAABD

Tints of Melanie #DCAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 38%
G = 29.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCAABD (or 0xDCAABD) is known color: Melanie. HEX triplet: DC, AA and BD. RGB value is (220,170,189). Sum of RGB (Red+Green+Blue) = 220+170+189=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABD is #235542. Grayscale: #BBBBBB. Windows color (decimal): -2315587 or 12430044. OLE color: 12430044.

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

Color convert

RGB 220 170 189 -
CMYK 0 0.23 0.14 0.14
HSL 337.2º 0.42% 0.76% -
HSV(B) 337.2º 0.23% 0.86% -
XYZ 53.08 47.64 54.54 -
YUV 187.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 220 170 189 0 0.23 0.14 0.14 337.2 0.42 0.76
Hex DC AA BD 0 17 E E 151 2A 4C
Octal 334 252 275 0 27 16 16 521 52 114
Binary 11011100 10101010 10111101 0 10111 1110 1110 101010001 101010 1001100

Color Harmonies of #DCAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAABD

Black with #DCAABD

Text Example


Text Example

White with #DCAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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