#DEADC4

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

Shades of Melanie #DEADC4

Tints of Melanie #DEADC4

Color information

#DEADC4 (or 0xDEADC4) is unknown color: approx Melanie. HEX triplet: DE, AD and C4. RGB value is (222,173,196). Sum of RGB (Red+Green+Blue) = 222+173+196=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC4 is #21523B. Grayscale: #BEBEBE. Windows color (decimal): -2183740 or 12889566. OLE color: 12889566.

HSL color Cylindrical-coordinate representation of color #DEADC4: hue angle of 331.84º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADC4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222173196-
CMYK00.220.120.13
HSL331.84º42.61%77.45%-
HSV(B)331.84º22.07%87.06%-
XYZ55.0349.458.86-
YUV190.27131.23150.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=37.56%
G=29.27%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217319600.220.120.13331.8442.6177.45
HexDEADC4016CD14c2b4d
Octal336255304026141551453115
Binary110111101010110111000100010110110011011010011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADC4; }

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

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

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

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

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

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

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

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