Html Css Color HEX #DFB9BF Melanie

📋 copy color: '#DFB9BF'

red 223 ◦ green 185 ◦ blue 191

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

Shades of Melanie #DFB9BF

Tints of Melanie #DFB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.88%

 BLUE value IS 191 (75% from 255) = 31.89%

R = 37.23%
G = 30.88%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFB9BF (or 0xDFB9BF) is known color: Melanie. HEX triplet: DF, B9 and BF. RGB value is (223,185,191). Sum of RGB (Red+Green+Blue) = 223+185+191=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BF is #204640. Grayscale: #C5C5C5. Windows color (decimal): -2115137 or 12564959. OLE color: 12564959.

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

Color convert

RGB 223 185 191 -
CMYK 0 0.17 0.14 0.13
HSL 350.53º 0.37% 0.8% -
HSV(B) 350.53º 0.17% 0.87% -
XYZ 57.18 54.15 56.73 -
YUV 197.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 223 185 191 0 0.17 0.14 0.13 350.53 0.37 0.8
Hex DF B9 BF 0 11 E D 15F 25 50
Octal 337 271 277 0 21 16 15 537 45 120
Binary 11011111 10111001 10111111 0 10001 1110 1101 101011111 100101 1010000

Color Harmonies of #DFB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9BF

Black with #DFB9BF

Text Example


Text Example

White with #DFB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9BF; }

 p { color: rgb(223,185,191); }

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

background-color css

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

 a { background-color: rgb(223,185,191); }

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

border-color css

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

 span { border-color: rgb(223,185,191); }

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