Html Css Color HEX #DFB6BF Melanie

📋 copy color: '#DFB6BF'

red 223 ◦ green 182 ◦ blue 191

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

Shades of Melanie #DFB6BF

Tints of Melanie #DFB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.54%

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

R = 37.42%
G = 30.54%
B = 32.05%

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

#DFB6BF (or 0xDFB6BF) is known color: Melanie. HEX triplet: DF, B6 and BF. RGB value is (223,182,191). Sum of RGB (Red+Green+Blue) = 223+182+191=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BF is #204940. Grayscale: #C3C3C3. Windows color (decimal): -2115905 or 12564191. OLE color: 12564191.

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

Color convert

RGB 223 182 191 -
CMYK 0 0.18 0.14 0.13
HSL 346.83º 0.39% 0.79% -
HSV(B) 346.83º 0.18% 0.87% -
XYZ 56.56 52.91 56.52 -
YUV 195.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 223 182 191 0 0.18 0.14 0.13 346.83 0.39 0.79
Hex DF B6 BF 0 12 E D 15B 27 4F
Octal 337 266 277 0 22 16 15 533 47 117
Binary 11011111 10110110 10111111 0 10010 1110 1101 101011011 100111 1001111

Color Harmonies of #DFB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6BF

Black with #DFB6BF

Text Example


Text Example

White with #DFB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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