Html Css Color HEX #DCBAC3 Melanie

📋 copy color: '#DCBAC3'

red 220 ◦ green 186 ◦ blue 195

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

Shades of Melanie #DCBAC3

Tints of Melanie #DCBAC3

RGB

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

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

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

R = 36.61%
G = 30.95%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCBAC3 (or 0xDCBAC3) is known color: Melanie. HEX triplet: DC, BA and C3. RGB value is (220,186,195). Sum of RGB (Red+Green+Blue) = 220+186+195=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC3 is #23453C. Grayscale: #C5C5C5. Windows color (decimal): -2311485 or 12827356. OLE color: 12827356.

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

Color convert

RGB 220 186 195 -
CMYK 0 0.15 0.11 0.14
HSL 344.12º 0.33% 0.8% -
HSV(B) 344.12º 0.15% 0.86% -
XYZ 56.92 54.27 59.11 -
YUV 197.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 220 186 195 0 0.15 0.11 0.14 344.12 0.33 0.8
Hex DC BA C3 0 F B E 158 21 50
Octal 334 272 303 0 17 13 16 530 41 120
Binary 11011100 10111010 11000011 0 1111 1011 1110 101011000 100001 1010000

Color Harmonies of #DCBAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAC3

Black with #DCBAC3

Text Example


Text Example

White with #DCBAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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