#DEB2C0

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

Shades of Melanie #DEB2C0

Tints of Melanie #DEB2C0

Color information

#DEB2C0 (or 0xDEB2C0) is unknown color: approx Melanie. HEX triplet: DE, B2 and C0. RGB value is (222,178,192). Sum of RGB (Red+Green+Blue) = 222+178+192=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2C0 is #214D3F. Grayscale: #C0C0C0. Windows color (decimal): -2182464 or 12628702. OLE color: 12628702.

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

Color convert

RGB222178192-
CMYK00.200.140.13
HSL340.91º40%78.43%-
HSV(B)340.91º19.82%87.06%-
XYZ55.5651.1856.82-
YUV192.75127.58148.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=37.5%
G=30.07%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217819200.200.140.13340.914078.43
HexDEB2C0014ED155284e
Octal336262300024161552550116
Binary110111101011001011000000010100111011011010101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2C0; }

 p { color: rgb(222,178,192); }

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

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

 a { background-color: rgb(222,178,192); }

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

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

 span { border-color: rgb(222,178,192); }

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