Html Css Color HEX #D5AFBE Melanie

📋 copy color: '#D5AFBE'

red 213 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D5AFBE

Tints of Melanie #D5AFBE

RGB

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

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

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

R = 36.85%
G = 30.28%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5AFBE (or 0xD5AFBE) is known color: Melanie. HEX triplet: D5, AF and BE. RGB value is (213,175,190). Sum of RGB (Red+Green+Blue) = 213+175+190=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBE is #2A5041. Grayscale: #BCBCBC. Windows color (decimal): -2773058 or 12496853. OLE color: 12496853.

HSL color Cylindrical-coordinate representation of color #D5AFBE: hue angle of 336.32º 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 #D5AFBE is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 190 -
CMYK 0 0.18 0.11 0.16
HSL 336.32º 0.31% 0.76% -
HSV(B) 336.32º 0.18% 0.84% -
XYZ 52.06 48.52 55.34 -
YUV 188.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 213 175 190 0 0.18 0.11 0.16 336.32 0.31 0.76
Hex D5 AF BE 0 12 B 10 150 1F 4C
Octal 325 257 276 0 22 13 20 520 37 114
Binary 11010101 10101111 10111110 0 10010 1011 10000 101010000 11111 1001100

Color Harmonies of #D5AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFBE

Black with #D5AFBE

Text Example


Text Example

White with #D5AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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