Html Css Color HEX #DFB2BF Melanie

📋 copy color: '#DFB2BF'

red 223 ◦ green 178 ◦ blue 191

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

Shades of Melanie #DFB2BF

Tints of Melanie #DFB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.07%

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

R = 37.67%
G = 30.07%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFB2BF (or 0xDFB2BF) is known color: Melanie. HEX triplet: DF, B2 and BF. RGB value is (223,178,191). Sum of RGB (Red+Green+Blue) = 223+178+191=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BF is #204D40. Grayscale: #C0C0C0. Windows color (decimal): -2116929 or 12563167. OLE color: 12563167.

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

Color convert

RGB 223 178 191 -
CMYK 0 0.20 0.14 0.13
HSL 342.67º 0.41% 0.79% -
HSV(B) 342.67º 0.2% 0.87% -
XYZ 55.76 51.29 56.25 -
YUV 192.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 223 178 191 0 0.20 0.14 0.13 342.67 0.41 0.79
Hex DF B2 BF 0 14 E D 157 29 4F
Octal 337 262 277 0 24 16 15 527 51 117
Binary 11011111 10110010 10111111 0 10100 1110 1101 101010111 101001 1001111

Color Harmonies of #DFB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2BF

Black with #DFB2BF

Text Example


Text Example

White with #DFB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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