#DEB0BF

Color #DEB0BF Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DEB0BF

Tints of Melanie #DEB0BF

Color information

#DEB0BF (or 0xDEB0BF) is unknown color: approx Melanie. HEX triplet: DE, B0 and BF. RGB value is (222,176,191). Sum of RGB (Red+Green+Blue) = 222+176+191=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BF is #214F40. Grayscale: #BFBFBF. Windows color (decimal): -2182977 or 12562654. OLE color: 12562654.

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

Color convert

RGB222176191-
CMYK00.210.140.13
HSL340.43º41.07%78.04%-
HSV(B)340.43º20.72%87.06%-
XYZ55.0550.3456.11-
YUV191.46127.74149.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 191 (75% from 255) = 32.43%
R=37.69%
G=29.88%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217619100.210.140.13340.4341.0778.04
HexDEB0BF015ED154294e
Octal336260277025161552451116
Binary110111101011000010111111010101111011011010101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0BF; }

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

 H1.HeaderClassName
 {
   color: #DEB0BF;
 }
 .AnyTagClassName
 {
   color: #DEB0BF;
 }
</style>
background-color css

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

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

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

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

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

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