#D4ADBE

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

Shades of Melanie #D4ADBE

Tints of Melanie #D4ADBE

Color information

#D4ADBE (or 0xD4ADBE) is unknown color: approx Melanie. HEX triplet: D4, AD and BE. RGB value is (212,173,190). Sum of RGB (Red+Green+Blue) = 212+173+190=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADBE is #2B5241. Grayscale: #BABABA. Windows color (decimal): -2839106 or 12496340. OLE color: 12496340.

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

Color convert

RGB212173190-
CMYK00.180.100.17
HSL333.85º31.2%75.49%-
HSV(B)333.85º18.4%83.14%-
XYZ51.3947.655.19-
YUV186.6129.92146.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=36.87%
G=30.09%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217319000.180.100.17333.8531.275.49
HexD4ADBE012A1114e1f4b
Octal324255276022122151637113
Binary110101001010110110111110010010101010001101001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADBE; }

 p { color: rgb(212,173,190); }

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

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

 a { background-color: rgb(212,173,190); }

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

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

 span { border-color: rgb(212,173,190); }

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