#DEB0C4

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

Shades of Melanie #DEB0C4

Tints of Melanie #DEB0C4

Color information

#DEB0C4 (or 0xDEB0C4) is unknown color: approx Melanie. HEX triplet: DE, B0 and C4. RGB value is (222,176,196). Sum of RGB (Red+Green+Blue) = 222+176+196=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0C4 is #214F3B. Grayscale: #C0C0C0. Windows color (decimal): -2182972 or 12890334. OLE color: 12890334.

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

Color convert

RGB222176196-
CMYK00.210.120.13
HSL333.91º41.07%78.04%-
HSV(B)333.91º20.72%87.06%-
XYZ55.6150.5759.05-
YUV192.03130.24149.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=37.37%
G=29.63%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217619600.210.120.13333.9141.0778.04
HexDEB0C4015CD14e294e
Octal336260304025141551651116
Binary110111101011000011000100010101110011011010011101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0C4; }

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

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

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

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

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

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

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

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