#DEAEC1

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

Shades of Melanie #DEAEC1

Tints of Melanie #DEAEC1

Color information

#DEAEC1 (or 0xDEAEC1) is unknown color: approx Melanie. HEX triplet: DE, AE and C1. RGB value is (222,174,193). Sum of RGB (Red+Green+Blue) = 222+174+193=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEC1 is #21513E. Grayscale: #BEBEBE. Windows color (decimal): -2183487 or 12693214. OLE color: 12693214.

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

Color convert

RGB222174193-
CMYK00.220.130.13
HSL336.25º42.11%77.65%-
HSV(B)336.25º21.62%87.06%-
XYZ54.8949.6557.14-
YUV190.52129.4150.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=37.69%
G=29.54%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217419300.220.130.13336.2542.1177.65
HexDEAEC1016DD1502a4e
Octal336256301026151552052116
Binary110111101010111011000001010110110111011010100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEC1; }

 p { color: rgb(222,174,193); }

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

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

 a { background-color: rgb(222,174,193); }

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

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

 span { border-color: rgb(222,174,193); }

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