#DEADC3

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

Shades of Melanie #DEADC3

Tints of Melanie #DEADC3

Color information

#DEADC3 (or 0xDEADC3) is unknown color: approx Melanie. HEX triplet: DE, AD and C3. RGB value is (222,173,195). Sum of RGB (Red+Green+Blue) = 222+173+195=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC3 is #21523C. Grayscale: #BEBEBE. Windows color (decimal): -2183741 or 12824030. OLE color: 12824030.

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

Color convert

RGB222173195-
CMYK00.220.120.13
HSL333.06º42.61%77.45%-
HSV(B)333.06º22.07%87.06%-
XYZ54.9249.3658.26-
YUV190.16130.73150.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=37.63%
G=29.32%
B=33.05%

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
Decimal22217319500.220.120.13333.0642.6177.45
HexDEADC3016CD14d2b4d
Octal336255303026141551553115
Binary110111101010110111000011010110110011011010011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADC3; }

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

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

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

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

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

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

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

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