Html Css Color HEX #DCBAC5 Melanie

📋 copy color: '#DCBAC5'

red 220 ◦ green 186 ◦ blue 197

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

Shades of Melanie #DCBAC5

Tints of Melanie #DCBAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 36.48%
G = 30.85%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCBAC5 (or 0xDCBAC5) is known color: Melanie. HEX triplet: DC, BA and C5. RGB value is (220,186,197). Sum of RGB (Red+Green+Blue) = 220+186+197=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC5 is #23453A. Grayscale: #C5C5C5. Windows color (decimal): -2311483 or 12958428. OLE color: 12958428.

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

Color convert

RGB 220 186 197 -
CMYK 0 0.15 0.10 0.14
HSL 340.59º 0.33% 0.8% -
HSV(B) 340.59º 0.15% 0.86% -
XYZ 57.15 54.36 60.3 -
YUV 197.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 220 186 197 0 0.15 0.10 0.14 340.59 0.33 0.8
Hex DC BA C5 0 F A E 155 21 50
Octal 334 272 305 0 17 12 16 525 41 120
Binary 11011100 10111010 11000101 0 1111 1010 1110 101010101 100001 1010000

Color Harmonies of #DCBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAC5

Black with #DCBAC5

Text Example


Text Example

White with #DCBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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