Html Css Color HEX #DCACC0 Melanie

📋 copy color: '#DCACC0'

red 220 ◦ green 172 ◦ blue 192

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

Shades of Melanie #DCACC0

Tints of Melanie #DCACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.45%

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

R = 37.67%
G = 29.45%
B = 32.88%

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

#DCACC0 (or 0xDCACC0) is known color: Melanie. HEX triplet: DC, AC and C0. RGB value is (220,172,192). Sum of RGB (Red+Green+Blue) = 220+172+192=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC0 is #23533F. Grayscale: #BCBCBC. Windows color (decimal): -2315072 or 12627164. OLE color: 12627164.

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

Color convert

RGB 220 172 192 -
CMYK 0 0.22 0.13 0.14
HSL 335º 0.41% 0.77% -
HSV(B) 335º 0.22% 0.86% -
XYZ 53.78 48.53 56.4 -
YUV 188.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 220 172 192 0 0.22 0.13 0.14 335 0.41 0.77
Hex DC AC C0 0 16 D E 14F 29 4D
Octal 334 254 300 0 26 15 16 517 51 115
Binary 11011100 10101100 11000000 0 10110 1101 1110 101001111 101001 1001101

Color Harmonies of #DCACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACC0

Black with #DCACC0

Text Example


Text Example

White with #DCACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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