Html Css Color HEX #D6AFBE Melanie

📋 copy color: '#D6AFBE'

red 214 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D6AFBE

Tints of Melanie #D6AFBE

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

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

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

R = 36.96%
G = 30.22%
B = 32.82%

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

#D6AFBE (or 0xD6AFBE) is known color: Melanie. HEX triplet: D6, AF and BE. RGB value is (214,175,190). Sum of RGB (Red+Green+Blue) = 214+175+190=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBE is #295041. Grayscale: #BCBCBC. Windows color (decimal): -2707522 or 12496854. OLE color: 12496854.

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

Color convert

RGB 214 175 190 -
CMYK 0 0.18 0.11 0.16
HSL 336.92º 0.32% 0.76% -
HSV(B) 336.92º 0.18% 0.84% -
XYZ 52.36 48.67 55.35 -
YUV 188.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 214 175 190 0 0.18 0.11 0.16 336.92 0.32 0.76
Hex D6 AF BE 0 12 B 10 151 20 4C
Octal 326 257 276 0 22 13 20 521 40 114
Binary 11010110 10101111 10111110 0 10010 1011 10000 101010001 100000 1001100

Color Harmonies of #D6AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFBE

Black with #D6AFBE

Text Example


Text Example

White with #D6AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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