Html Css Color HEX #D5AFB9 Melanie

📋 copy color: '#D5AFB9'

red 213 ◦ green 175 ◦ blue 185

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

Shades of Melanie #D5AFB9

Tints of Melanie #D5AFB9

RGB

 RED value IS 213 (83.59% from 255) = 37.17%

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

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 37.17%
G = 30.54%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5AFB9 (or 0xD5AFB9) is known color: Melanie. HEX triplet: D5, AF and B9. RGB value is (213,175,185). Sum of RGB (Red+Green+Blue) = 213+175+185=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB9 is #2A5046. Grayscale: #BBBBBB. Windows color (decimal): -2773063 or 12169173. OLE color: 12169173.

HSL color Cylindrical-coordinate representation of color #D5AFB9: hue angle of 344.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFB9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 185 -
CMYK 0 0.18 0.13 0.16
HSL 344.21º 0.31% 0.76% -
HSV(B) 344.21º 0.18% 0.84% -
XYZ 51.53 48.31 52.51 -
YUV 187.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 213 175 185 0 0.18 0.13 0.16 344.21 0.31 0.76
Hex D5 AF B9 0 12 D 10 158 1F 4C
Octal 325 257 271 0 22 15 20 530 37 114
Binary 11010101 10101111 10111001 0 10010 1101 10000 101011000 11111 1001100

Color Harmonies of #D5AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFB9

Black with #D5AFB9

Text Example


Text Example

White with #D5AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFB9; }

 p { color: rgb(213,175,185); }

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

background-color css

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

 a { background-color: rgb(213,175,185); }

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

border-color css

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

 span { border-color: rgb(213,175,185); }

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