#DEBFC8

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

Shades of Melanie #DEBFC8

Tints of Melanie #DEBFC8

Color information

#DEBFC8 (or 0xDEBFC8) is unknown color: approx Melanie. HEX triplet: DE, BF and C8. RGB value is (222,191,200). Sum of RGB (Red+Green+Blue) = 222+191+200=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC8 is #214037. Grayscale: #C9C9C9. Windows color (decimal): -2179128 or 13156318. OLE color: 13156318.

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

Color convert

RGB222191200-
CMYK00.140.100.13
HSL342.58º31.96%80.98%-
HSV(B)342.58º13.96%87.06%-
XYZ59.1856.9662.52-
YUV201.3127.27142.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=36.22%
G=31.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219120000.140.100.13342.5831.9680.98
HexDEBFC80EAD1572051
Octal336277310016121552740121
Binary11011110101111111100100001110101011011010101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFC8; }

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

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

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

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

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

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

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

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