Html Css Color HEX #D9ADBA Melanie

📋 copy color: '#D9ADBA'

red 217 ◦ green 173 ◦ blue 186

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

Shades of Melanie #D9ADBA

Tints of Melanie #D9ADBA

RGB

 RED value IS 217 (85.16% from 255) = 37.67%

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 37.67%
G = 30.03%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9ADBA (or 0xD9ADBA) is known color: Melanie. HEX triplet: D9, AD and BA. RGB value is (217,173,186). Sum of RGB (Red+Green+Blue) = 217+173+186=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADBA is #265245. Grayscale: #BBBBBB. Windows color (decimal): -2511430 or 12234201. OLE color: 12234201.

HSL color Cylindrical-coordinate representation of color #D9ADBA: hue angle of 342.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADBA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 186 -
CMYK 0 0.20 0.14 0.15
HSL 342.27º 0.37% 0.76% -
HSV(B) 342.27º 0.2% 0.85% -
XYZ 52.42 48.18 52.99 -
YUV 187.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 217 173 186 0 0.20 0.14 0.15 342.27 0.37 0.76
Hex D9 AD BA 0 14 E F 156 25 4C
Octal 331 255 272 0 24 16 17 526 45 114
Binary 11011001 10101101 10111010 0 10100 1110 1111 101010110 100101 1001100

Color Harmonies of #D9ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADBA

Black with #D9ADBA

Text Example


Text Example

White with #D9ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADBA; }

 p { color: rgb(217,173,186); }

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

background-color css

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

 a { background-color: rgb(217,173,186); }

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

border-color css

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

 span { border-color: rgb(217,173,186); }

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