Html Css Color HEX #DFB1BE Melanie

📋 copy color: '#DFB1BE'

red 223 ◦ green 177 ◦ blue 190

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

Shades of Melanie #DFB1BE

Tints of Melanie #DFB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30%

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

R = 37.8%
G = 30%
B = 32.2%

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

#DFB1BE (or 0xDFB1BE) is known color: Melanie. HEX triplet: DF, B1 and BE. RGB value is (223,177,190). Sum of RGB (Red+Green+Blue) = 223+177+190=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BE is #204E41. Grayscale: #C0C0C0. Windows color (decimal): -2117186 or 12497375. OLE color: 12497375.

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

Color convert

RGB 223 177 190 -
CMYK 0 0.21 0.15 0.13
HSL 343.04º 0.42% 0.78% -
HSV(B) 343.04º 0.21% 0.87% -
XYZ 55.45 50.85 55.61 -
YUV 192.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 223 177 190 0 0.21 0.15 0.13 343.04 0.42 0.78
Hex DF B1 BE 0 15 F D 157 2A 4E
Octal 337 261 276 0 25 17 15 527 52 116
Binary 11011111 10110001 10111110 0 10101 1111 1101 101010111 101010 1001110

Color Harmonies of #DFB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1BE

Black with #DFB1BE

Text Example


Text Example

White with #DFB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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