#DEBCC8

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

Shades of Melanie #DEBCC8

Tints of Melanie #DEBCC8

Color information

#DEBCC8 (or 0xDEBCC8) is unknown color: approx Melanie. HEX triplet: DE, BC and C8. RGB value is (222,188,200). Sum of RGB (Red+Green+Blue) = 222+188+200=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC8 is #214337. Grayscale: #C7C7C7. Windows color (decimal): -2179896 or 13155550. OLE color: 13155550.

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

Color convert

RGB222188200-
CMYK00.150.100.13
HSL338.82º34%80.39%-
HSV(B)338.82º15.32%87.06%-
XYZ58.5355.6762.3-
YUV199.53128.26144.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=36.39%
G=30.82%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218820000.150.100.13338.823480.39
HexDEBCC80FAD1532250
Octal336274310017121552342120
Binary11011110101111001100100001111101011011010100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCC8; }

 p { color: rgb(222,188,200); }

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

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

 a { background-color: rgb(222,188,200); }

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

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

 span { border-color: rgb(222,188,200); }

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