Html Css Color HEX #D1AFBB Melanie

📋 copy color: '#D1AFBB'

red 209 ◦ green 175 ◦ blue 187

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

Shades of Melanie #D1AFBB

Tints of Melanie #D1AFBB

RGB

 RED value IS 209 (82.03% from 255) = 36.6%

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

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

R = 36.6%
G = 30.65%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1AFBB (or 0xD1AFBB) is known color: Melanie. HEX triplet: D1, AF and BB. RGB value is (209,175,187). Sum of RGB (Red+Green+Blue) = 209+175+187=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFBB is #2E5044. Grayscale: #BABABA. Windows color (decimal): -3035205 or 12300241. OLE color: 12300241.

HSL color Cylindrical-coordinate representation of color #D1AFBB: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFBB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 187 -
CMYK 0 0.16 0.11 0.18
HSL 338.82º 0.27% 0.75% -
HSV(B) 338.82º 0.16% 0.82% -
XYZ 50.59 47.8 53.57 -
YUV 186.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 209 175 187 0 0.16 0.11 0.18 338.82 0.27 0.75
Hex D1 AF BB 0 10 B 12 153 1B 4B
Octal 321 257 273 0 20 13 22 523 33 113
Binary 11010001 10101111 10111011 0 10000 1011 10010 101010011 11011 1001011

Color Harmonies of #D1AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFBB

Black with #D1AFBB

Text Example


Text Example

White with #D1AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFBB; }

 p { color: rgb(209,175,187); }

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

background-color css

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

 a { background-color: rgb(209,175,187); }

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

border-color css

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

 span { border-color: rgb(209,175,187); }

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