Html Css Color HEX #DFB7BF Melanie

📋 copy color: '#DFB7BF'

red 223 ◦ green 183 ◦ blue 191

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

Shades of Melanie #DFB7BF

Tints of Melanie #DFB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.65%

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

R = 37.35%
G = 30.65%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFB7BF (or 0xDFB7BF) is known color: Melanie. HEX triplet: DF, B7 and BF. RGB value is (223,183,191). Sum of RGB (Red+Green+Blue) = 223+183+191=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7BF is #204840. Grayscale: #C3C3C3. Windows color (decimal): -2115649 or 12564447. OLE color: 12564447.

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

Color convert

RGB 223 183 191 -
CMYK 0 0.18 0.14 0.13
HSL 348º 0.38% 0.8% -
HSV(B) 348º 0.18% 0.87% -
XYZ 56.77 53.32 56.59 -
YUV 195.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 223 183 191 0 0.18 0.14 0.13 348 0.38 0.8
Hex DF B7 BF 0 12 E D 15C 26 50
Octal 337 267 277 0 22 16 15 534 46 120
Binary 11011111 10110111 10111111 0 10010 1110 1101 101011100 100110 1010000

Color Harmonies of #DFB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7BF

Black with #DFB7BF

Text Example


Text Example

White with #DFB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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