Html Css Color HEX #D9A9BE Melanie

📋 copy color: '#D9A9BE'

red 217 ◦ green 169 ◦ blue 190

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

Shades of Melanie #D9A9BE

Tints of Melanie #D9A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.34%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 37.67%
G = 29.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9A9BE (or 0xD9A9BE) is known color: Melanie. HEX triplet: D9, A9 and BE. RGB value is (217,169,190). Sum of RGB (Red+Green+Blue) = 217+169+190=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9BE is #265641. Grayscale: #B9B9B9. Windows color (decimal): -2512450 or 12495321. OLE color: 12495321.

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

Color convert

RGB 217 169 190 -
CMYK 0 0.22 0.12 0.15
HSL 333.75º 0.39% 0.76% -
HSV(B) 333.75º 0.22% 0.85% -
XYZ 52.1 46.85 55.01 -
YUV 185.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 217 169 190 0 0.22 0.12 0.15 333.75 0.39 0.76
Hex D9 A9 BE 0 16 C F 14E 27 4C
Octal 331 251 276 0 26 14 17 516 47 114
Binary 11011001 10101001 10111110 0 10110 1100 1111 101001110 100111 1001100

Color Harmonies of #D9A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9BE

Black with #D9A9BE

Text Example


Text Example

White with #D9A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9BE; }

 p { color: rgb(217,169,190); }

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

background-color css

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

 a { background-color: rgb(217,169,190); }

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

border-color css

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

 span { border-color: rgb(217,169,190); }

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