Html Css Color HEX #D9AEBC Melanie

📋 copy color: '#D9AEBC'

red 217 ◦ green 174 ◦ blue 188

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

Shades of Melanie #D9AEBC

Tints of Melanie #D9AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

 BLUE value IS 188 (73.83% from 255) = 32.47%

R = 37.48%
G = 30.05%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9AEBC (or 0xD9AEBC) is known color: Melanie. HEX triplet: D9, AE and BC. RGB value is (217,174,188). Sum of RGB (Red+Green+Blue) = 217+174+188=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEBC is #265143. Grayscale: #BCBCBC. Windows color (decimal): -2511172 or 12365529. OLE color: 12365529.

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

Color convert

RGB 217 174 188 -
CMYK 0 0.20 0.13 0.15
HSL 340.47º 0.36% 0.77% -
HSV(B) 340.47º 0.2% 0.85% -
XYZ 52.83 48.65 54.18 -
YUV 188.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 217 174 188 0 0.20 0.13 0.15 340.47 0.36 0.77
Hex D9 AE BC 0 14 D F 154 24 4D
Octal 331 256 274 0 24 15 17 524 44 115
Binary 11011001 10101110 10111100 0 10100 1101 1111 101010100 100100 1001101

Color Harmonies of #D9AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEBC

Black with #D9AEBC

Text Example


Text Example

White with #D9AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEBC; }

 p { color: rgb(217,174,188); }

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

background-color css

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

 a { background-color: rgb(217,174,188); }

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

border-color css

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

 span { border-color: rgb(217,174,188); }

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