Html Css Color HEX #DCACC2 Melanie

📋 copy color: '#DCACC2'

red 220 ◦ green 172 ◦ blue 194

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

Shades of Melanie #DCACC2

Tints of Melanie #DCACC2

RGB

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

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

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

R = 37.54%
G = 29.35%
B = 33.11%

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

#DCACC2 (or 0xDCACC2) is known color: Melanie. HEX triplet: DC, AC and C2. RGB value is (220,172,194). Sum of RGB (Red+Green+Blue) = 220+172+194=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC2 is #23533D. Grayscale: #BCBCBC. Windows color (decimal): -2315070 or 12758236. OLE color: 12758236.

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

Color convert

RGB 220 172 194 -
CMYK 0 0.22 0.12 0.14
HSL 332.5º 0.41% 0.77% -
HSV(B) 332.5º 0.22% 0.86% -
XYZ 54.01 48.62 57.58 -
YUV 188.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 220 172 194 0 0.22 0.12 0.14 332.5 0.41 0.77
Hex DC AC C2 0 16 C E 14C 29 4D
Octal 334 254 302 0 26 14 16 514 51 115
Binary 11011100 10101100 11000010 0 10110 1100 1110 101001100 101001 1001101

Color Harmonies of #DCACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACC2

Black with #DCACC2

Text Example


Text Example

White with #DCACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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