Html Css Color HEX #D3ABBA Melanie

📋 copy color: '#D3ABBA'

red 211 ◦ green 171 ◦ blue 186

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

Shades of Melanie #D3ABBA

Tints of Melanie #D3ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

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

R = 37.15%
G = 30.11%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D3ABBA (or 0xD3ABBA) is known color: Melanie. HEX triplet: D3, AB and BA. RGB value is (211,171,186). Sum of RGB (Red+Green+Blue) = 211+171+186=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABBA is #2C5445. Grayscale: #B8B8B8. Windows color (decimal): -2905158 or 12233683. OLE color: 12233683.

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

Color convert

RGB 211 171 186 -
CMYK 0 0.19 0.12 0.17
HSL 337.5º 0.31% 0.75% -
HSV(B) 337.5º 0.19% 0.83% -
XYZ 50.29 46.52 52.78 -
YUV 184.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 211 171 186 0 0.19 0.12 0.17 337.5 0.31 0.75
Hex D3 AB BA 0 13 C 11 152 1F 4B
Octal 323 253 272 0 23 14 21 522 37 113
Binary 11010011 10101011 10111010 0 10011 1100 10001 101010010 11111 1001011

Color Harmonies of #D3ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABBA

Black with #D3ABBA

Text Example


Text Example

White with #D3ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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