Html Css Color HEX #D9A8BB Melanie

📋 copy color: '#D9A8BB'

red 217 ◦ green 168 ◦ blue 187

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

Shades of Melanie #D9A8BB

Tints of Melanie #D9A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 37.94%
G = 29.37%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9A8BB (or 0xD9A8BB) is known color: Melanie. HEX triplet: D9, A8 and BB. RGB value is (217,168,187). Sum of RGB (Red+Green+Blue) = 217+168+187=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8BB is #265744. Grayscale: #B8B8B8. Windows color (decimal): -2512709 or 12298457. OLE color: 12298457.

HSL color Cylindrical-coordinate representation of color #D9A8BB: hue angle of 336.73º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8BB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 187 -
CMYK 0 0.23 0.14 0.15
HSL 336.73º 0.39% 0.75% -
HSV(B) 336.73º 0.23% 0.85% -
XYZ 51.59 46.34 53.24 -
YUV 184.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 217 168 187 0 0.23 0.14 0.15 336.73 0.39 0.75
Hex D9 A8 BB 0 17 E F 151 27 4B
Octal 331 250 273 0 27 16 17 521 47 113
Binary 11011001 10101000 10111011 0 10111 1110 1111 101010001 100111 1001011

Color Harmonies of #D9A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8BB

Black with #D9A8BB

Text Example


Text Example

White with #D9A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8BB; }

 p { color: rgb(217,168,187); }

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

background-color css

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

 a { background-color: rgb(217,168,187); }

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

border-color css

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

 span { border-color: rgb(217,168,187); }

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