Html Css Color HEX #DFB2BE Melanie

📋 copy color: '#DFB2BE'

red 223 ◦ green 178 ◦ blue 190

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

Shades of Melanie #DFB2BE

Tints of Melanie #DFB2BE

RGB

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

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

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

R = 37.73%
G = 30.12%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFB2BE (or 0xDFB2BE) is known color: Melanie. HEX triplet: DF, B2 and BE. RGB value is (223,178,190). Sum of RGB (Red+Green+Blue) = 223+178+190=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BE is #204D41. Grayscale: #C0C0C0. Windows color (decimal): -2116930 or 12497631. OLE color: 12497631.

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

Color convert

RGB 223 178 190 -
CMYK 0 0.20 0.15 0.13
HSL 344º 0.41% 0.79% -
HSV(B) 344º 0.2% 0.87% -
XYZ 55.65 51.25 55.67 -
YUV 192.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 223 178 190 0 0.20 0.15 0.13 344 0.41 0.79
Hex DF B2 BE 0 14 F D 158 29 4F
Octal 337 262 276 0 24 17 15 530 51 117
Binary 11011111 10110010 10111110 0 10100 1111 1101 101011000 101001 1001111

Color Harmonies of #DFB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2BE

Black with #DFB2BE

Text Example


Text Example

White with #DFB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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