Html Css Color HEX #DCADC3 Melanie

📋 copy color: '#DCADC3'

red 220 ◦ green 173 ◦ blue 195

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

Shades of Melanie #DCADC3

Tints of Melanie #DCADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.16%

R = 37.41%
G = 29.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCADC3 (or 0xDCADC3) is known color: Melanie. HEX triplet: DC, AD and C3. RGB value is (220,173,195). Sum of RGB (Red+Green+Blue) = 220+173+195=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC3 is #23523C. Grayscale: #BDBDBD. Windows color (decimal): -2314813 or 12824028. OLE color: 12824028.

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

Color convert

RGB 220 173 195 -
CMYK 0 0.21 0.11 0.14
HSL 331.91º 0.4% 0.77% -
HSV(B) 331.91º 0.21% 0.86% -
XYZ 54.31 49.04 58.23 -
YUV 189.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 220 173 195 0 0.21 0.11 0.14 331.91 0.4 0.77
Hex DC AD C3 0 15 B E 14C 28 4D
Octal 334 255 303 0 25 13 16 514 50 115
Binary 11011100 10101101 11000011 0 10101 1011 1110 101001100 101000 1001101

Color Harmonies of #DCADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC3

Black with #DCADC3

Text Example


Text Example

White with #DCADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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