Html Css Color HEX #D4ADB9 Melanie

📋 copy color: '#D4ADB9'

red 212 ◦ green 173 ◦ blue 185

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

Shades of Melanie #D4ADB9

Tints of Melanie #D4ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 37.19%
G = 30.35%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D4ADB9 (or 0xD4ADB9) is known color: Melanie. HEX triplet: D4, AD and B9. RGB value is (212,173,185). Sum of RGB (Red+Green+Blue) = 212+173+185=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADB9 is #2B5246. Grayscale: #BABABA. Windows color (decimal): -2839111 or 12168660. OLE color: 12168660.

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

Color convert

RGB 212 173 185 -
CMYK 0 0.18 0.13 0.17
HSL 341.54º 0.31% 0.75% -
HSV(B) 341.54º 0.18% 0.83% -
XYZ 50.85 47.39 52.37 -
YUV 186.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 212 173 185 0 0.18 0.13 0.17 341.54 0.31 0.75
Hex D4 AD B9 0 12 D 11 156 1F 4B
Octal 324 255 271 0 22 15 21 526 37 113
Binary 11010100 10101101 10111001 0 10010 1101 10001 101010110 11111 1001011

Color Harmonies of #D4ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADB9

Black with #D4ADB9

Text Example


Text Example

White with #D4ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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