Html Css Color HEX #DEB9BF Melanie

📋 copy color: '#DEB9BF'

red 222 ◦ green 185 ◦ blue 191

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

Shades of Melanie #DEB9BF

Tints of Melanie #DEB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.94%

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

R = 37.12%
G = 30.94%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEB9BF (or 0xDEB9BF) is known color: Melanie. HEX triplet: DE, B9 and BF. RGB value is (222,185,191). Sum of RGB (Red+Green+Blue) = 222+185+191=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9BF is #214640. Grayscale: #C4C4C4. Windows color (decimal): -2180673 or 12564958. OLE color: 12564958.

HSL color Cylindrical-coordinate representation of color #DEB9BF: hue angle of 350.27º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB9BF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 185 191 -
CMYK 0 0.17 0.14 0.13
HSL 350.27º 0.36% 0.8% -
HSV(B) 350.27º 0.17% 0.87% -
XYZ 56.88 53.99 56.71 -
YUV 196.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 222 185 191 0 0.17 0.14 0.13 350.27 0.36 0.8
Hex DE B9 BF 0 11 E D 15E 24 50
Octal 336 271 277 0 21 16 15 536 44 120
Binary 11011110 10111001 10111111 0 10001 1110 1101 101011110 100100 1010000

Color Harmonies of #DEB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9BF

Black with #DEB9BF

Text Example


Text Example

White with #DEB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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