Html Css Color HEX #DCABC0 Melanie

📋 copy color: '#DCABC0'

red 220 ◦ green 171 ◦ blue 192

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

Shades of Melanie #DCABC0

Tints of Melanie #DCABC0

RGB

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

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

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

R = 37.74%
G = 29.33%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCABC0 (or 0xDCABC0) is known color: Melanie. HEX triplet: DC, AB and C0. RGB value is (220,171,192). Sum of RGB (Red+Green+Blue) = 220+171+192=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC0 is #23543F. Grayscale: #BCBCBC. Windows color (decimal): -2315328 or 12626908. OLE color: 12626908.

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

Color convert

RGB 220 171 192 -
CMYK 0 0.22 0.13 0.14
HSL 334.29º 0.41% 0.77% -
HSV(B) 334.29º 0.22% 0.86% -
XYZ 53.59 48.15 56.34 -
YUV 188.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 220 171 192 0 0.22 0.13 0.14 334.29 0.41 0.77
Hex DC AB C0 0 16 D E 14E 29 4D
Octal 334 253 300 0 26 15 16 516 51 115
Binary 11011100 10101011 11000000 0 10110 1101 1110 101001110 101001 1001101

Color Harmonies of #DCABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABC0

Black with #DCABC0

Text Example


Text Example

White with #DCABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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