Html Css Color HEX #DCACBA Melanie

📋 copy color: '#DCACBA'

red 220 ◦ green 172 ◦ blue 186

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

Shades of Melanie #DCACBA

Tints of Melanie #DCACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 38.06%
G = 29.76%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCACBA (or 0xDCACBA) is known color: Melanie. HEX triplet: DC, AC and BA. RGB value is (220,172,186). Sum of RGB (Red+Green+Blue) = 220+172+186=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBA is #235345. Grayscale: #BBBBBB. Windows color (decimal): -2315078 or 12233948. OLE color: 12233948.

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

Color convert

RGB 220 172 186 -
CMYK 0 0.22 0.15 0.14
HSL 342.5º 0.41% 0.77% -
HSV(B) 342.5º 0.22% 0.86% -
XYZ 53.13 48.27 52.97 -
YUV 187.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 220 172 186 0 0.22 0.15 0.14 342.5 0.41 0.77
Hex DC AC BA 0 16 F E 156 29 4D
Octal 334 254 272 0 26 17 16 526 51 115
Binary 11011100 10101100 10111010 0 10110 1111 1110 101010110 101001 1001101

Color Harmonies of #DCACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACBA

Black with #DCACBA

Text Example


Text Example

White with #DCACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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