Html Css Color HEX #D6ABBD Melanie

📋 copy color: '#D6ABBD'

red 214 ◦ green 171 ◦ blue 189

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

Shades of Melanie #D6ABBD

Tints of Melanie #D6ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.93%

R = 37.28%
G = 29.79%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6ABBD (or 0xD6ABBD) is known color: Melanie. HEX triplet: D6, AB and BD. RGB value is (214,171,189). Sum of RGB (Red+Green+Blue) = 214+171+189=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBD is #295442. Grayscale: #B9B9B9. Windows color (decimal): -2708547 or 12430294. OLE color: 12430294.

HSL color Cylindrical-coordinate representation of color #D6ABBD: hue angle of 334.88º 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 #D6ABBD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 189 -
CMYK 0 0.20 0.12 0.16
HSL 334.88º 0.34% 0.75% -
HSV(B) 334.88º 0.2% 0.84% -
XYZ 51.48 47.1 54.52 -
YUV 185.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 214 171 189 0 0.20 0.12 0.16 334.88 0.34 0.75
Hex D6 AB BD 0 14 C 10 14F 22 4B
Octal 326 253 275 0 24 14 20 517 42 113
Binary 11010110 10101011 10111101 0 10100 1100 10000 101001111 100010 1001011

Color Harmonies of #D6ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABBD

Black with #D6ABBD

Text Example


Text Example

White with #D6ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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