Html Css Color HEX #DCABC2 Melanie

📋 copy color: '#DCABC2'

red 220 ◦ green 171 ◦ blue 194

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

Shades of Melanie #DCABC2

Tints of Melanie #DCABC2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 37.61%
G = 29.23%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCABC2 (or 0xDCABC2) is known color: Melanie. HEX triplet: DC, AB and C2. RGB value is (220,171,194). Sum of RGB (Red+Green+Blue) = 220+171+194=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC2 is #23543D. Grayscale: #BCBCBC. Windows color (decimal): -2315326 or 12757980. OLE color: 12757980.

HSL color Cylindrical-coordinate representation of color #DCABC2: hue angle of 331.84º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABC2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 194 -
CMYK 0 0.22 0.12 0.14
HSL 331.84º 0.41% 0.77% -
HSV(B) 331.84º 0.22% 0.86% -
XYZ 53.82 48.24 57.51 -
YUV 188.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 220 171 194 0 0.22 0.12 0.14 331.84 0.41 0.77
Hex DC AB C2 0 16 C E 14C 29 4D
Octal 334 253 302 0 26 14 16 514 51 115
Binary 11011100 10101011 11000010 0 10110 1100 1110 101001100 101001 1001101

Color Harmonies of #DCABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABC2

Black with #DCABC2

Text Example


Text Example

White with #DCABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABC2; }

 p { color: rgb(220,171,194); }

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

background-color css

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

 a { background-color: rgb(220,171,194); }

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

border-color css

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

 span { border-color: rgb(220,171,194); }

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