Html Css Color HEX #DCBAC1 Melanie

📋 copy color: '#DCBAC1'

red 220 ◦ green 186 ◦ blue 193

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

Shades of Melanie #DCBAC1

Tints of Melanie #DCBAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.05%

 BLUE value IS 193 (75.78% from 255) = 32.22%

R = 36.73%
G = 31.05%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCBAC1 (or 0xDCBAC1) is known color: Melanie. HEX triplet: DC, BA and C1. RGB value is (220,186,193). Sum of RGB (Red+Green+Blue) = 220+186+193=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC1 is #23453E. Grayscale: #C4C4C4. Windows color (decimal): -2311487 or 12696284. OLE color: 12696284.

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

Color convert

RGB 220 186 193 -
CMYK 0 0.15 0.12 0.14
HSL 347.65º 0.33% 0.8% -
HSV(B) 347.65º 0.15% 0.86% -
XYZ 56.7 54.18 57.92 -
YUV 196.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 220 186 193 0 0.15 0.12 0.14 347.65 0.33 0.8
Hex DC BA C1 0 F C E 15C 21 50
Octal 334 272 301 0 17 14 16 534 41 120
Binary 11011100 10111010 11000001 0 1111 1100 1110 101011100 100001 1010000

Color Harmonies of #DCBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAC1

Black with #DCBAC1

Text Example


Text Example

White with #DCBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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