Html Css Color HEX #DEB5BD Melanie

📋 copy color: '#DEB5BD'

red 222 ◦ green 181 ◦ blue 189

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

Shades of Melanie #DEB5BD

Tints of Melanie #DEB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

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

R = 37.5%
G = 30.57%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEB5BD (or 0xDEB5BD) is known color: Melanie. HEX triplet: DE, B5 and BD. RGB value is (222,181,189). Sum of RGB (Red+Green+Blue) = 222+181+189=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BD is #214A42. Grayscale: #C2C2C2. Windows color (decimal): -2181699 or 12432862. OLE color: 12432862.

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

Color convert

RGB 222 181 189 -
CMYK 0 0.18 0.15 0.13
HSL 348.29º 0.38% 0.79% -
HSV(B) 348.29º 0.18% 0.87% -
XYZ 55.83 52.25 55.29 -
YUV 194.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 222 181 189 0 0.18 0.15 0.13 348.29 0.38 0.79
Hex DE B5 BD 0 12 F D 15C 26 4F
Octal 336 265 275 0 22 17 15 534 46 117
Binary 11011110 10110101 10111101 0 10010 1111 1101 101011100 100110 1001111

Color Harmonies of #DEB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5BD

Black with #DEB5BD

Text Example


Text Example

White with #DEB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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