Html Css Color HEX #D9AFBE Melanie

📋 copy color: '#D9AFBE'

red 217 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D9AFBE

Tints of Melanie #D9AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.07%

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

R = 37.29%
G = 30.07%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9AFBE (or 0xD9AFBE) is known color: Melanie. HEX triplet: D9, AF and BE. RGB value is (217,175,190). Sum of RGB (Red+Green+Blue) = 217+175+190=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBE is #265041. Grayscale: #BDBDBD. Windows color (decimal): -2510914 or 12496857. OLE color: 12496857.

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

Color convert

RGB 217 175 190 -
CMYK 0 0.19 0.12 0.15
HSL 338.57º 0.36% 0.77% -
HSV(B) 338.57º 0.19% 0.85% -
XYZ 53.24 49.13 55.39 -
YUV 189.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 217 175 190 0 0.19 0.12 0.15 338.57 0.36 0.77
Hex D9 AF BE 0 13 C F 153 24 4D
Octal 331 257 276 0 23 14 17 523 44 115
Binary 11011001 10101111 10111110 0 10011 1100 1111 101010011 100100 1001101

Color Harmonies of #D9AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFBE

Black with #D9AFBE

Text Example


Text Example

White with #D9AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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