Html Css Color HEX #D3AEBE Melanie

📋 copy color: '#D3AEBE'

red 211 ◦ green 174 ◦ blue 190

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

Shades of Melanie #D3AEBE

Tints of Melanie #D3AEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

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

R = 36.7%
G = 30.26%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3AEBE (or 0xD3AEBE) is known color: Melanie. HEX triplet: D3, AE and BE. RGB value is (211,174,190). Sum of RGB (Red+Green+Blue) = 211+174+190=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEBE is #2C5141. Grayscale: #BABABA. Windows color (decimal): -2904386 or 12496595. OLE color: 12496595.

HSL color Cylindrical-coordinate representation of color #D3AEBE: hue angle of 334.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AEBE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 190 -
CMYK 0 0.18 0.10 0.17
HSL 334.05º 0.3% 0.75% -
HSV(B) 334.05º 0.18% 0.83% -
XYZ 51.29 47.84 55.25 -
YUV 186.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 211 174 190 0 0.18 0.10 0.17 334.05 0.3 0.75
Hex D3 AE BE 0 12 A 11 14E 1E 4B
Octal 323 256 276 0 22 12 21 516 36 113
Binary 11010011 10101110 10111110 0 10010 1010 10001 101001110 11110 1001011

Color Harmonies of #D3AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEBE

Black with #D3AEBE

Text Example


Text Example

White with #D3AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEBE; }

 p { color: rgb(211,174,190); }

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

background-color css

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

 a { background-color: rgb(211,174,190); }

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

border-color css

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

 span { border-color: rgb(211,174,190); }

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