Html Css Color HEX #DFB0BE Melanie

📋 copy color: '#DFB0BE'

red 223 ◦ green 176 ◦ blue 190

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

Shades of Melanie #DFB0BE

Tints of Melanie #DFB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

 BLUE value IS 190 (74.61% from 255) = 32.26%

R = 37.86%
G = 29.88%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFB0BE (or 0xDFB0BE) is known color: Melanie. HEX triplet: DF, B0 and BE. RGB value is (223,176,190). Sum of RGB (Red+Green+Blue) = 223+176+190=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0BE is #204F41. Grayscale: #BFBFBF. Windows color (decimal): -2117442 or 12497119. OLE color: 12497119.

HSL color Cylindrical-coordinate representation of color #DFB0BE: hue angle of 342.13º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0BE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 190 -
CMYK 0 0.21 0.15 0.13
HSL 342.13º 0.42% 0.78% -
HSV(B) 342.13º 0.21% 0.87% -
XYZ 55.25 50.46 55.54 -
YUV 191.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 223 176 190 0 0.21 0.15 0.13 342.13 0.42 0.78
Hex DF B0 BE 0 15 F D 156 2A 4E
Octal 337 260 276 0 25 17 15 526 52 116
Binary 11011111 10110000 10111110 0 10101 1111 1101 101010110 101010 1001110

Color Harmonies of #DFB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0BE

Black with #DFB0BE

Text Example


Text Example

White with #DFB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0BE; }

 p { color: rgb(223,176,190); }

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

background-color css

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

 a { background-color: rgb(223,176,190); }

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

border-color css

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

 span { border-color: rgb(223,176,190); }

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