#D2AFBE

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

Shades of Melanie #D2AFBE

Tints of Melanie #D2AFBE

Color information

#D2AFBE (or 0xD2AFBE) is unknown color: approx Melanie. HEX triplet: D2, AF and BE. RGB value is (210,175,190). Sum of RGB (Red+Green+Blue) = 210+175+190=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBE is #2D5041. Grayscale: #BBBBBB. Windows color (decimal): -2969666 or 12496850. OLE color: 12496850.

HSL color Cylindrical-coordinate representation of color #D2AFBE: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFBE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210175190-
CMYK00.170.100.18
HSL334.29º28%75.49%-
HSV(B)334.29º16.67%82.35%-
XYZ51.248.0855.3-
YUV187.18129.6144.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=36.52%
G=30.43%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017519000.170.100.18334.292875.49
HexD2AFBE011A1214e1c4b
Octal322257276021122251634113
Binary110100101010111110111110010001101010010101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFBE; }

 p { color: rgb(210,175,190); }

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

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

 a { background-color: rgb(210,175,190); }

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

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

 span { border-color: rgb(210,175,190); }

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