Html Css Color HEX #DFBAC5 Melanie

📋 copy color: '#DFBAC5'

red 223 ◦ green 186 ◦ blue 197

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

Shades of Melanie #DFBAC5

Tints of Melanie #DFBAC5

RGB

 RED value IS 223 (87.5% from 255) = 36.8%

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

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

R = 36.8%
G = 30.69%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFBAC5 (or 0xDFBAC5) is known color: Melanie. HEX triplet: DF, BA and C5. RGB value is (223,186,197). Sum of RGB (Red+Green+Blue) = 223+186+197=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC5 is #20453A. Grayscale: #C6C6C6. Windows color (decimal): -2114875 or 12958431. OLE color: 12958431.

HSL color Cylindrical-coordinate representation of color #DFBAC5: hue angle of 342.16º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBAC5 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 197 -
CMYK 0 0.17 0.12 0.13
HSL 342.16º 0.37% 0.8% -
HSV(B) 342.16º 0.17% 0.87% -
XYZ 58.07 54.84 60.35 -
YUV 198.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 223 186 197 0 0.17 0.12 0.13 342.16 0.37 0.8
Hex DF BA C5 0 11 C D 156 25 50
Octal 337 272 305 0 21 14 15 526 45 120
Binary 11011111 10111010 11000101 0 10001 1100 1101 101010110 100101 1010000

Color Harmonies of #DFBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAC5

Black with #DFBAC5

Text Example


Text Example

White with #DFBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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