#DEBEC5

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

Shades of Melanie #DEBEC5

Tints of Melanie #DEBEC5

Color information

#DEBEC5 (or 0xDEBEC5) is unknown color: approx Melanie. HEX triplet: DE, BE and C5. RGB value is (222,190,197). Sum of RGB (Red+Green+Blue) = 222+190+197=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC5 is #21413A. Grayscale: #C8C8C8. Windows color (decimal): -2179387 or 12959454. OLE color: 12959454.

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

Color convert

RGB222190197-
CMYK00.140.110.13
HSL346.88º32.65%80.78%-
HSV(B)346.88º14.41%87.06%-
XYZ58.6256.3960.62-
YUV200.37126.1143.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=36.45%
G=31.20%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219019700.140.110.13346.8832.6580.78
HexDEBEC50EBD15b2151
Octal336276305016131553341121
Binary11011110101111101100010101110101111011010110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEC5; }

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

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

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

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

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

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

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

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