#D4ABBC

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

Shades of Melanie #D4ABBC

Tints of Melanie #D4ABBC

Color information

#D4ABBC (or 0xD4ABBC) is unknown color: approx Melanie. HEX triplet: D4, AB and BC. RGB value is (212,171,188). Sum of RGB (Red+Green+Blue) = 212+171+188=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABBC is #2B5443. Grayscale: #B9B9B9. Windows color (decimal): -2839620 or 12364756. OLE color: 12364756.

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

Color convert

RGB212171188-
CMYK00.190.110.17
HSL335.12º32.28%75.1%-
HSV(B)335.12º19.34%83.14%-
XYZ50.7946.7553.92-
YUV185.2129.58147.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=37.13%
G=29.95%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217118800.190.110.17335.1232.2875.1
HexD4ABBC013B1114f204b
Octal324253274023132151740113
Binary1101010010101011101111000100111011100011010011111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABBC; }

 p { color: rgb(212,171,188); }

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

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

 a { background-color: rgb(212,171,188); }

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

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

 span { border-color: rgb(212,171,188); }

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