#DEBEC3

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

Shades of Melanie #DEBEC3

Tints of Melanie #DEBEC3

Color information

#DEBEC3 (or 0xDEBEC3) is unknown color: approx Melanie. HEX triplet: DE, BE and C3. RGB value is (222,190,195). Sum of RGB (Red+Green+Blue) = 222+190+195=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC3 is #21413C. Grayscale: #C8C8C8. Windows color (decimal): -2179389 or 12828382. OLE color: 12828382.

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

Color convert

RGB222190195-
CMYK00.140.120.13
HSL350.62º32.65%80.78%-
HSV(B)350.62º14.41%87.06%-
XYZ58.3956.359.42-
YUV200.14125.1143.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=36.57%
G=31.30%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219019500.140.120.13350.6232.6580.78
HexDEBEC30ECD15f2151
Octal336276303016141553741121
Binary11011110101111101100001101110110011011010111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEC3; }

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

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

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

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

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

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

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

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