Html Css Color HEX #DCAABE Melanie

📋 copy color: '#DCAABE'

red 220 ◦ green 170 ◦ blue 190

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

Shades of Melanie #DCAABE

Tints of Melanie #DCAABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 37.93%
G = 29.31%
B = 32.76%

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

#DCAABE (or 0xDCAABE) is known color: Melanie. HEX triplet: DC, AA and BE. RGB value is (220,170,190). Sum of RGB (Red+Green+Blue) = 220+170+190=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABE is #235541. Grayscale: #BBBBBB. Windows color (decimal): -2315586 or 12495580. OLE color: 12495580.

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

Color convert

RGB 220 170 190 -
CMYK 0 0.23 0.14 0.14
HSL 336º 0.42% 0.76% -
HSV(B) 336º 0.23% 0.86% -
XYZ 53.18 47.68 55.12 -
YUV 187.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 220 170 190 0 0.23 0.14 0.14 336 0.42 0.76
Hex DC AA BE 0 17 E E 150 2A 4C
Octal 334 252 276 0 27 16 16 520 52 114
Binary 11011100 10101010 10111110 0 10111 1110 1110 101010000 101010 1001100

Color Harmonies of #DCAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAABE

Black with #DCAABE

Text Example


Text Example

White with #DCAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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