#DEB0C1

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

Shades of Melanie #DEB0C1

Tints of Melanie #DEB0C1

Color information

#DEB0C1 (or 0xDEB0C1) is unknown color: approx Melanie. HEX triplet: DE, B0 and C1. RGB value is (222,176,193). Sum of RGB (Red+Green+Blue) = 222+176+193=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0C1 is #214F3E. Grayscale: #BFBFBF. Windows color (decimal): -2182975 or 12693726. OLE color: 12693726.

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

Color convert

RGB222176193-
CMYK00.210.130.13
HSL337.83º41.07%78.04%-
HSV(B)337.83º20.72%87.06%-
XYZ55.2850.4357.27-
YUV191.69128.74149.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=37.56%
G=29.78%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217619300.210.130.13337.8341.0778.04
HexDEB0C1015DD152294e
Octal336260301025151552251116
Binary110111101011000011000001010101110111011010100101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0C1; }

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

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

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

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

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

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

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

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