Html Css Color HEX #DCADC2 Melanie

📋 copy color: '#DCADC2'

red 220 ◦ green 173 ◦ blue 194

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

Shades of Melanie #DCADC2

Tints of Melanie #DCADC2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.47%

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

R = 37.48%
G = 29.47%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCADC2 (or 0xDCADC2) is known color: Melanie. HEX triplet: DC, AD and C2. RGB value is (220,173,194). Sum of RGB (Red+Green+Blue) = 220+173+194=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC2 is #23523D. Grayscale: #BDBDBD. Windows color (decimal): -2314814 or 12758492. OLE color: 12758492.

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

Color convert

RGB 220 173 194 -
CMYK 0 0.21 0.12 0.14
HSL 333.19º 0.4% 0.77% -
HSV(B) 333.19º 0.21% 0.86% -
XYZ 54.2 49 57.64 -
YUV 189.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 220 173 194 0 0.21 0.12 0.14 333.19 0.4 0.77
Hex DC AD C2 0 15 C E 14D 28 4D
Octal 334 255 302 0 25 14 16 515 50 115
Binary 11011100 10101101 11000010 0 10101 1100 1110 101001101 101000 1001101

Color Harmonies of #DCADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC2

Black with #DCADC2

Text Example


Text Example

White with #DCADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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