#D5AFBD

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

Shades of Melanie #D5AFBD

Tints of Melanie #D5AFBD

Color information

#D5AFBD (or 0xD5AFBD) is unknown color: approx Melanie. HEX triplet: D5, AF and BD. RGB value is (213,175,189). Sum of RGB (Red+Green+Blue) = 213+175+189=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBD is #2A5042. Grayscale: #BBBBBB. Windows color (decimal): -2773059 or 12431317. OLE color: 12431317.

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

Color convert

RGB213175189-
CMYK00.180.110.16
HSL337.89º31.15%76.08%-
HSV(B)337.89º17.84%83.53%-
XYZ51.9648.4854.76-
YUV187.96128.59145.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=36.92%
G=30.33%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317518900.180.110.16337.8931.1576.08
HexD5AFBD012B101521f4c
Octal325257275022132052237114
Binary110101011010111110111101010010101110000101010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFBD; }

 p { color: rgb(213,175,189); }

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

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

 a { background-color: rgb(213,175,189); }

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

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

 span { border-color: rgb(213,175,189); }

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