Html Css Color HEX #D6ABBC Melanie

📋 copy color: '#D6ABBC'

red 214 ◦ green 171 ◦ blue 188

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

Shades of Melanie #D6ABBC

Tints of Melanie #D6ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 37.35%
G = 29.84%
B = 32.81%

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

#D6ABBC (or 0xD6ABBC) is known color: Melanie. HEX triplet: D6, AB and BC. RGB value is (214,171,188). Sum of RGB (Red+Green+Blue) = 214+171+188=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBC is #295443. Grayscale: #B9B9B9. Windows color (decimal): -2708548 or 12364758. OLE color: 12364758.

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

Color convert

RGB 214 171 188 -
CMYK 0 0.20 0.12 0.16
HSL 336.28º 0.34% 0.75% -
HSV(B) 336.28º 0.2% 0.84% -
XYZ 51.37 47.05 53.95 -
YUV 185.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 214 171 188 0 0.20 0.12 0.16 336.28 0.34 0.75
Hex D6 AB BC 0 14 C 10 150 22 4B
Octal 326 253 274 0 24 14 20 520 42 113
Binary 11010110 10101011 10111100 0 10100 1100 10000 101010000 100010 1001011

Color Harmonies of #D6ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABBC

Black with #D6ABBC

Text Example


Text Example

White with #D6ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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