Html Css Color HEX #DEB1BC Melanie

📋 copy color: '#DEB1BC'

red 222 ◦ green 177 ◦ blue 188

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

Shades of Melanie #DEB1BC

Tints of Melanie #DEB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

 BLUE value IS 188 (73.83% from 255) = 32.03%

R = 37.82%
G = 30.15%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEB1BC (or 0xDEB1BC) is known color: Melanie. HEX triplet: DE, B1 and BC. RGB value is (222,177,188). Sum of RGB (Red+Green+Blue) = 222+177+188=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1BC is #214E43. Grayscale: #BFBFBF. Windows color (decimal): -2182724 or 12366302. OLE color: 12366302.

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

Color convert

RGB 222 177 188 -
CMYK 0 0.20 0.15 0.13
HSL 345.33º 0.41% 0.78% -
HSV(B) 345.33º 0.2% 0.87% -
XYZ 54.92 50.6 54.45 -
YUV 191.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 222 177 188 0 0.20 0.15 0.13 345.33 0.41 0.78
Hex DE B1 BC 0 14 F D 159 29 4E
Octal 336 261 274 0 24 17 15 531 51 116
Binary 11011110 10110001 10111100 0 10100 1111 1101 101011001 101001 1001110

Color Harmonies of #DEB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1BC

Black with #DEB1BC

Text Example


Text Example

White with #DEB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1BC; }

 p { color: rgb(222,177,188); }

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

background-color css

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

 a { background-color: rgb(222,177,188); }

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

border-color css

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

 span { border-color: rgb(222,177,188); }

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