Html Css Color HEX #D6ABB8 Melanie

📋 copy color: '#D6ABB8'

red 214 ◦ green 171 ◦ blue 184

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

Shades of Melanie #D6ABB8

Tints of Melanie #D6ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.34%

R = 37.61%
G = 30.05%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6ABB8 (or 0xD6ABB8) is known color: Melanie. HEX triplet: D6, AB and B8. RGB value is (214,171,184). Sum of RGB (Red+Green+Blue) = 214+171+184=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABB8 is #295447. Grayscale: #B9B9B9. Windows color (decimal): -2708552 or 12102614. OLE color: 12102614.

HSL color Cylindrical-coordinate representation of color #D6ABB8: hue angle of 341.86º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABB8 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 184 -
CMYK 0 0.20 0.14 0.16
HSL 341.86º 0.34% 0.75% -
HSV(B) 341.86º 0.2% 0.84% -
XYZ 50.95 46.88 51.71 -
YUV 185.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 214 171 184 0 0.20 0.14 0.16 341.86 0.34 0.75
Hex D6 AB B8 0 14 E 10 156 22 4B
Octal 326 253 270 0 24 16 20 526 42 113
Binary 11010110 10101011 10111000 0 10100 1110 10000 101010110 100010 1001011

Color Harmonies of #D6ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABB8

Black with #D6ABB8

Text Example


Text Example

White with #D6ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABB8; }

 p { color: rgb(214,171,184); }

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

background-color css

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

 a { background-color: rgb(214,171,184); }

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

border-color css

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

 span { border-color: rgb(214,171,184); }

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