#DEBDC4

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

Shades of Melanie #DEBDC4

Tints of Melanie #DEBDC4

Color information

#DEBDC4 (or 0xDEBDC4) is unknown color: approx Melanie. HEX triplet: DE, BD and C4. RGB value is (222,189,196). Sum of RGB (Red+Green+Blue) = 222+189+196=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC4 is #21423B. Grayscale: #C7C7C7. Windows color (decimal): -2179644 or 12893662. OLE color: 12893662.

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

Color convert

RGB222189196-
CMYK00.150.120.13
HSL347.27º33.33%80.59%-
HSV(B)347.27º14.86%87.06%-
XYZ58.2955.9159.94-
YUV199.66125.93143.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=36.57%
G=31.14%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218919600.150.120.13347.2733.3380.59
HexDEBDC40FCD15b2151
Octal336275304017141553341121
Binary11011110101111011100010001111110011011010110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDC4; }

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

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

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

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

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

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

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

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