#D7AEC0

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

Shades of Melanie #D7AEC0

Tints of Melanie #D7AEC0

Color information

#D7AEC0 (or 0xD7AEC0) is unknown color: approx Melanie. HEX triplet: D7, AE and C0. RGB value is (215,174,192). Sum of RGB (Red+Green+Blue) = 215+174+192=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC0 is #28513F. Grayscale: #BCBCBC. Windows color (decimal): -2642240 or 12627671. OLE color: 12627671.

HSL color Cylindrical-coordinate representation of color #D7AEC0: hue angle of 333.66º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEC0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215174192-
CMYK00.190.110.16
HSL333.66º33.88%76.27%-
HSV(B)333.66º19.07%84.31%-
XYZ52.6748.5256.46-
YUV188.31130.08147.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=37.01%
G=29.95%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517419200.190.110.16333.6633.8876.27
HexD7AEC0013B1014e224c
Octal327256300023132051642114
Binary1101011110101110110000000100111011100001010011101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEC0; }

 p { color: rgb(215,174,192); }

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

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

 a { background-color: rgb(215,174,192); }

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

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

 span { border-color: rgb(215,174,192); }

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