Html Css Color HEX #D3AFBA Melanie

📋 copy color: '#D3AFBA'

red 211 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D3AFBA

Tints of Melanie #D3AFBA

RGB

 RED value IS 211 (82.81% from 255) = 36.89%

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

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 36.89%
G = 30.59%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D3AFBA (or 0xD3AFBA) is known color: Melanie. HEX triplet: D3, AF and BA. RGB value is (211,175,186). Sum of RGB (Red+Green+Blue) = 211+175+186=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBA is #2C5045. Grayscale: #BBBBBB. Windows color (decimal): -2904134 or 12234707. OLE color: 12234707.

HSL color Cylindrical-coordinate representation of color #D3AFBA: hue angle of 341.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFBA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 186 -
CMYK 0 0.17 0.12 0.17
HSL 341.67º 0.29% 0.76% -
HSV(B) 341.67º 0.17% 0.83% -
XYZ 51.06 48.05 53.04 -
YUV 187.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 211 175 186 0 0.17 0.12 0.17 341.67 0.29 0.76
Hex D3 AF BA 0 11 C 11 156 1D 4C
Octal 323 257 272 0 21 14 21 526 35 114
Binary 11010011 10101111 10111010 0 10001 1100 10001 101010110 11101 1001100

Color Harmonies of #D3AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFBA

Black with #D3AFBA

Text Example


Text Example

White with #D3AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFBA; }

 p { color: rgb(211,175,186); }

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

background-color css

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

 a { background-color: rgb(211,175,186); }

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

border-color css

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

 span { border-color: rgb(211,175,186); }

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