Html Css Color HEX #DCADC0 Melanie

📋 copy color: '#DCADC0'

red 220 ◦ green 173 ◦ blue 192

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

Shades of Melanie #DCADC0

Tints of Melanie #DCADC0

RGB

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

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

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

R = 37.61%
G = 29.57%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCADC0 (or 0xDCADC0) is known color: Melanie. HEX triplet: DC, AD and C0. RGB value is (220,173,192). Sum of RGB (Red+Green+Blue) = 220+173+192=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC0 is #23523F. Grayscale: #BDBDBD. Windows color (decimal): -2314816 or 12627420. OLE color: 12627420.

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

Color convert

RGB 220 173 192 -
CMYK 0 0.21 0.13 0.14
HSL 335.74º 0.4% 0.77% -
HSV(B) 335.74º 0.21% 0.86% -
XYZ 53.97 48.91 56.46 -
YUV 189.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 220 173 192 0 0.21 0.13 0.14 335.74 0.4 0.77
Hex DC AD C0 0 15 D E 150 28 4D
Octal 334 255 300 0 25 15 16 520 50 115
Binary 11011100 10101101 11000000 0 10101 1101 1110 101010000 101000 1001101

Color Harmonies of #DCADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC0

Black with #DCADC0

Text Example


Text Example

White with #DCADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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