#DEBFC4

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

Shades of Melanie #DEBFC4

Tints of Melanie #DEBFC4

Color information

#DEBFC4 (or 0xDEBFC4) is unknown color: approx Melanie. HEX triplet: DE, BF and C4. RGB value is (222,191,196). Sum of RGB (Red+Green+Blue) = 222+191+196=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC4 is #21403B. Grayscale: #C8C8C8. Windows color (decimal): -2179132 or 12894174. OLE color: 12894174.

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

Color convert

RGB222191196-
CMYK00.140.120.13
HSL350.32º31.96%80.98%-
HSV(B)350.32º13.96%87.06%-
XYZ58.7256.7860.09-
YUV200.84125.27143.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=36.45%
G=31.36%
B=32.18%

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
Decimal22219119600.140.120.13350.3231.9680.98
HexDEBFC40ECD15e2051
Octal336277304016141553640121
Binary11011110101111111100010001110110011011010111101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFC4; }

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

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

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

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

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

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

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

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