Html Css Color HEX #D6ABBE Melanie

📋 copy color: '#D6ABBE'

red 214 ◦ green 171 ◦ blue 190

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

Shades of Melanie #D6ABBE

Tints of Melanie #D6ABBE

RGB

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

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

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

R = 37.22%
G = 29.74%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6ABBE (or 0xD6ABBE) is known color: Melanie. HEX triplet: D6, AB and BE. RGB value is (214,171,190). Sum of RGB (Red+Green+Blue) = 214+171+190=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBE is #295441. Grayscale: #B9B9B9. Windows color (decimal): -2708546 or 12495830. OLE color: 12495830.

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

Color convert

RGB 214 171 190 -
CMYK 0 0.20 0.11 0.16
HSL 333.49º 0.34% 0.75% -
HSV(B) 333.49º 0.2% 0.84% -
XYZ 51.59 47.14 55.1 -
YUV 186.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 214 171 190 0 0.20 0.11 0.16 333.49 0.34 0.75
Hex D6 AB BE 0 14 B 10 14D 22 4B
Octal 326 253 276 0 24 13 20 515 42 113
Binary 11010110 10101011 10111110 0 10100 1011 10000 101001101 100010 1001011

Color Harmonies of #D6ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABBE

Black with #D6ABBE

Text Example


Text Example

White with #D6ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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