#DEBFC6

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

Shades of Melanie #DEBFC6

Tints of Melanie #DEBFC6

Color information

#DEBFC6 (or 0xDEBFC6) is unknown color: approx Melanie. HEX triplet: DE, BF and C6. RGB value is (222,191,198). Sum of RGB (Red+Green+Blue) = 222+191+198=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC6 is #214039. Grayscale: #C9C9C9. Windows color (decimal): -2179130 or 13025246. OLE color: 13025246.

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

Color convert

RGB222191198-
CMYK00.140.110.13
HSL346.45º31.96%80.98%-
HSV(B)346.45º13.96%87.06%-
XYZ58.9556.8761.3-
YUV201.07126.27142.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=36.33%
G=31.26%
B=32.41%

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
Decimal22219119800.140.110.13346.4531.9680.98
HexDEBFC60EBD15a2051
Octal336277306016131553240121
Binary11011110101111111100011001110101111011010110101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFC6; }

 p { color: rgb(222,191,198); }

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

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

 a { background-color: rgb(222,191,198); }

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

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

 span { border-color: rgb(222,191,198); }

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