Html Css Color HEX #D4ABB9 Melanie

📋 copy color: '#D4ABB9'

red 212 ◦ green 171 ◦ blue 185

#D4ABB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #D4ABB9

Tints of Melanie #D4ABB9

RGB

 RED value IS 212 (83.2% from 255) = 37.32%

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 37.32%
G = 30.11%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D4ABB9 (or 0xD4ABB9) is known color: Melanie. HEX triplet: D4, AB and B9. RGB value is (212,171,185). Sum of RGB (Red+Green+Blue) = 212+171+185=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABB9 is #2B5446. Grayscale: #B8B8B8. Windows color (decimal): -2839623 or 12168148. OLE color: 12168148.

HSL color Cylindrical-coordinate representation of color #D4ABB9: hue angle of 339.51º 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 #D4ABB9 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 185 -
CMYK 0 0.19 0.13 0.17
HSL 339.51º 0.32% 0.75% -
HSV(B) 339.51º 0.19% 0.83% -
XYZ 50.47 46.63 52.24 -
YUV 184.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 212 171 185 0 0.19 0.13 0.17 339.51 0.32 0.75
Hex D4 AB B9 0 13 D 11 154 20 4B
Octal 324 253 271 0 23 15 21 524 40 113
Binary 11010100 10101011 10111001 0 10011 1101 10001 101010100 100000 1001011

Color Harmonies of #D4ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABB9

Black with #D4ABB9

Text Example


Text Example

White with #D4ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABB9; }

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

 H1.HeaderClassName
 {
   color: #D4ABB9;
 }
 .AnyTagClassName
 {
   color: #D4ABB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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