Html Css Color HEX #DEB3BD Melanie

📋 copy color: '#DEB3BD'

red 222 ◦ green 179 ◦ blue 189

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

Shades of Melanie #DEB3BD

Tints of Melanie #DEB3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

 BLUE value IS 189 (74.22% from 255) = 32.03%

R = 37.63%
G = 30.34%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEB3BD (or 0xDEB3BD) is known color: Melanie. HEX triplet: DE, B3 and BD. RGB value is (222,179,189). Sum of RGB (Red+Green+Blue) = 222+179+189=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3BD is #214C42. Grayscale: #C0C0C0. Windows color (decimal): -2182211 or 12432350. OLE color: 12432350.

HSL color Cylindrical-coordinate representation of color #DEB3BD: hue angle of 346.05º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB3BD is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 179 189 -
CMYK 0 0.19 0.15 0.13
HSL 346.05º 0.39% 0.79% -
HSV(B) 346.05º 0.19% 0.87% -
XYZ 55.43 51.44 55.15 -
YUV 193 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 222 179 189 0 0.19 0.15 0.13 346.05 0.39 0.79
Hex DE B3 BD 0 13 F D 15A 27 4F
Octal 336 263 275 0 23 17 15 532 47 117
Binary 11011110 10110011 10111101 0 10011 1111 1101 101011010 100111 1001111

Color Harmonies of #DEB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB3BD

Black with #DEB3BD

Text Example


Text Example

White with #DEB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB3BD; }

 p { color: rgb(222,179,189); }

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

background-color css

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

 a { background-color: rgb(222,179,189); }

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

border-color css

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

 span { border-color: rgb(222,179,189); }

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