Html Css Color HEX #D9AEBD Melanie

📋 copy color: '#D9AEBD'

red 217 ◦ green 174 ◦ blue 189

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

Shades of Melanie #D9AEBD

Tints of Melanie #D9AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 37.41%
G = 30%
B = 32.59%

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

#D9AEBD (or 0xD9AEBD) is known color: Melanie. HEX triplet: D9, AE and BD. RGB value is (217,174,189). Sum of RGB (Red+Green+Blue) = 217+174+189=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEBD is #265142. Grayscale: #BCBCBC. Windows color (decimal): -2511171 or 12431065. OLE color: 12431065.

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

Color convert

RGB 217 174 189 -
CMYK 0 0.20 0.13 0.15
HSL 339.07º 0.36% 0.77% -
HSV(B) 339.07º 0.2% 0.85% -
XYZ 52.94 48.7 54.75 -
YUV 188.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 217 174 189 0 0.20 0.13 0.15 339.07 0.36 0.77
Hex D9 AE BD 0 14 D F 153 24 4D
Octal 331 256 275 0 24 15 17 523 44 115
Binary 11011001 10101110 10111101 0 10100 1101 1111 101010011 100100 1001101

Color Harmonies of #D9AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEBD

Black with #D9AEBD

Text Example


Text Example

White with #D9AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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