Html Css Color HEX #DEB2BF Melanie

📋 copy color: '#DEB2BF'

red 222 ◦ green 178 ◦ blue 191

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

Shades of Melanie #DEB2BF

Tints of Melanie #DEB2BF

RGB

 RED value IS 222 (87.11% from 255) = 37.56%

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

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

R = 37.56%
G = 30.12%
B = 32.32%

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

#DEB2BF (or 0xDEB2BF) is known color: Melanie. HEX triplet: DE, B2 and BF. RGB value is (222,178,191). Sum of RGB (Red+Green+Blue) = 222+178+191=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2BF is #214D40. Grayscale: #C0C0C0. Windows color (decimal): -2182465 or 12563166. OLE color: 12563166.

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

Color convert

RGB 222 178 191 -
CMYK 0 0.20 0.14 0.13
HSL 342.27º 0.4% 0.78% -
HSV(B) 342.27º 0.2% 0.87% -
XYZ 55.45 51.13 56.24 -
YUV 192.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 222 178 191 0 0.20 0.14 0.13 342.27 0.4 0.78
Hex DE B2 BF 0 14 E D 156 28 4E
Octal 336 262 277 0 24 16 15 526 50 116
Binary 11011110 10110010 10111111 0 10100 1110 1101 101010110 101000 1001110

Color Harmonies of #DEB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2BF

Black with #DEB2BF

Text Example


Text Example

White with #DEB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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