Html Css Color HEX #DEB0BE Melanie

📋 copy color: '#DEB0BE'

red 222 ◦ green 176 ◦ blue 190

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

Shades of Melanie #DEB0BE

Tints of Melanie #DEB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.93%

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

R = 37.76%
G = 29.93%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEB0BE (or 0xDEB0BE) is known color: Melanie. HEX triplet: DE, B0 and BE. RGB value is (222,176,190). Sum of RGB (Red+Green+Blue) = 222+176+190=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BE is #214F41. Grayscale: #BFBFBF. Windows color (decimal): -2182978 or 12497118. OLE color: 12497118.

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

Color convert

RGB 222 176 190 -
CMYK 0 0.21 0.14 0.13
HSL 341.74º 0.41% 0.78% -
HSV(B) 341.74º 0.21% 0.87% -
XYZ 54.94 50.3 55.53 -
YUV 191.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 222 176 190 0 0.21 0.14 0.13 341.74 0.41 0.78
Hex DE B0 BE 0 15 E D 156 29 4E
Octal 336 260 276 0 25 16 15 526 51 116
Binary 11011110 10110000 10111110 0 10101 1110 1101 101010110 101001 1001110

Color Harmonies of #DEB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0BE

Black with #DEB0BE

Text Example


Text Example

White with #DEB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0BE; }

 p { color: rgb(222,176,190); }

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

background-color css

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

 a { background-color: rgb(222,176,190); }

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

border-color css

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

 span { border-color: rgb(222,176,190); }

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