Html Css Color HEX #D6B4C1 Melanie

📋 copy color: '#D6B4C1'

red 214 ◦ green 180 ◦ blue 193

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

Shades of Melanie #D6B4C1

Tints of Melanie #D6B4C1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 36.46%
G = 30.66%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6B4C1 (or 0xD6B4C1) is known color: Melanie. HEX triplet: D6, B4 and C1. RGB value is (214,180,193). Sum of RGB (Red+Green+Blue) = 214+180+193=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4C1 is #294B3E. Grayscale: #BFBFBF. Windows color (decimal): -2706239 or 12694742. OLE color: 12694742.

HSL color Cylindrical-coordinate representation of color #D6B4C1: hue angle of 337.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B4C1 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 193 -
CMYK 0 0.16 0.10 0.16
HSL 337.06º 0.29% 0.77% -
HSV(B) 337.06º 0.16% 0.84% -
XYZ 53.68 50.79 57.43 -
YUV 191.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 214 180 193 0 0.16 0.10 0.16 337.06 0.29 0.77
Hex D6 B4 C1 0 10 A 10 151 1D 4D
Octal 326 264 301 0 20 12 20 521 35 115
Binary 11010110 10110100 11000001 0 10000 1010 10000 101010001 11101 1001101

Color Harmonies of #D6B4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B4C1

Black with #D6B4C1

Text Example


Text Example

White with #D6B4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B4C1; }

 p { color: rgb(214,180,193); }

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

background-color css

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

 a { background-color: rgb(214,180,193); }

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

border-color css

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

 span { border-color: rgb(214,180,193); }

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