#D8AFC2

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

Shades of Melanie #D8AFC2

Tints of Melanie #D8AFC2

Color information

#D8AFC2 (or 0xD8AFC2) is unknown color: approx Melanie. HEX triplet: D8, AF and C2. RGB value is (216,175,194). Sum of RGB (Red+Green+Blue) = 216+175+194=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFC2 is #27503D. Grayscale: #BDBDBD. Windows color (decimal): -2576446 or 12759000. OLE color: 12759000.

HSL color Cylindrical-coordinate representation of color #D8AFC2: hue angle of 332.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFC2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216175194-
CMYK00.190.100.15
HSL332.2º34.45%76.67%-
HSV(B)332.2º18.98%84.71%-
XYZ53.3949.1557.71-
YUV189.42130.58146.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=36.92%
G=29.91%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617519400.190.100.15332.234.4576.67
HexD8AFC2013AF14c224d
Octal330257302023121751442115
Binary110110001010111111000010010011101011111010011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFC2; }

 p { color: rgb(216,175,194); }

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

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

 a { background-color: rgb(216,175,194); }

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

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

 span { border-color: rgb(216,175,194); }

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