#DEBBC0

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

Shades of Melanie #DEBBC0

Tints of Melanie #DEBBC0

Color information

#DEBBC0 (or 0xDEBBC0) is unknown color: approx Melanie. HEX triplet: DE, BB and C0. RGB value is (222,187,192). Sum of RGB (Red+Green+Blue) = 222+187+192=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBC0 is #21443F. Grayscale: #C6C6C6. Windows color (decimal): -2180160 or 12631006. OLE color: 12631006.

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

Color convert

RGB222187192-
CMYK00.160.140.13
HSL351.43º34.65%80.2%-
HSV(B)351.43º15.77%87.06%-
XYZ57.4154.8857.44-
YUV198.04124.6145.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=36.94%
G=31.11%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218719200.160.140.13351.4334.6580.2
HexDEBBC0010ED15f2350
Octal336273300020161553743120
Binary110111101011101111000000010000111011011010111111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBC0; }

 p { color: rgb(222,187,192); }

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

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

 a { background-color: rgb(222,187,192); }

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

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

 span { border-color: rgb(222,187,192); }

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