#D5AFBB

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

Shades of Melanie #D5AFBB

Tints of Melanie #D5AFBB

Color information

#D5AFBB (or 0xD5AFBB) is unknown color: approx Melanie. HEX triplet: D5, AF and BB. RGB value is (213,175,187). Sum of RGB (Red+Green+Blue) = 213+175+187=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBB is #2A5044. Grayscale: #BBBBBB. Windows color (decimal): -2773061 or 12300245. OLE color: 12300245.

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

Color convert

RGB213175187-
CMYK00.180.120.16
HSL341.05º31.15%76.08%-
HSV(B)341.05º17.84%83.53%-
XYZ51.7448.3953.63-
YUV187.73127.59146.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=37.04%
G=30.43%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317518700.180.120.16341.0531.1576.08
HexD5AFBB012C101551f4c
Octal325257273022142052537114
Binary110101011010111110111011010010110010000101010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFBB; }

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

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

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

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

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

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

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

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