#DEBDC5

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

Shades of Melanie #DEBDC5

Tints of Melanie #DEBDC5

Color information

#DEBDC5 (or 0xDEBDC5) is unknown color: approx Melanie. HEX triplet: DE, BD and C5. RGB value is (222,189,197). Sum of RGB (Red+Green+Blue) = 222+189+197=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC5 is #21423A. Grayscale: #C7C7C7. Windows color (decimal): -2179643 or 12959198. OLE color: 12959198.

HSL color Cylindrical-coordinate representation of color #DEBDC5: hue angle of 345.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDC5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222189197-
CMYK00.150.110.13
HSL345.45º33.33%80.59%-
HSV(B)345.45º14.86%87.06%-
XYZ58.455.9660.55-
YUV199.78126.43143.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=36.51%
G=31.09%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218919700.150.110.13345.4533.3380.59
HexDEBDC50FBD1592151
Octal336275305017131553141121
Binary11011110101111011100010101111101111011010110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDC5; }

 p { color: rgb(222,189,197); }

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

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

 a { background-color: rgb(222,189,197); }

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

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

 span { border-color: rgb(222,189,197); }

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