Html Css Color HEX #DCBAC7 Melanie

📋 copy color: '#DCBAC7'

red 220 ◦ green 186 ◦ blue 199

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

Shades of Melanie #DCBAC7

Tints of Melanie #DCBAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 36.36%
G = 30.74%
B = 32.89%

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

#DCBAC7 (or 0xDCBAC7) is known color: Melanie. HEX triplet: DC, BA and C7. RGB value is (220,186,199). Sum of RGB (Red+Green+Blue) = 220+186+199=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC7 is #234538. Grayscale: #C5C5C5. Windows color (decimal): -2311481 or 13089500. OLE color: 13089500.

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

Color convert

RGB 220 186 199 -
CMYK 0 0.15 0.10 0.14
HSL 337.06º 0.33% 0.8% -
HSV(B) 337.06º 0.15% 0.86% -
XYZ 57.38 54.46 61.52 -
YUV 197.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 220 186 199 0 0.15 0.10 0.14 337.06 0.33 0.8
Hex DC BA C7 0 F A E 151 21 50
Octal 334 272 307 0 17 12 16 521 41 120
Binary 11011100 10111010 11000111 0 1111 1010 1110 101010001 100001 1010000

Color Harmonies of #DCBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAC7

Black with #DCBAC7

Text Example


Text Example

White with #DCBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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