Html Css Color HEX #D6AEBC Melanie

📋 copy color: '#D6AEBC'

red 214 ◦ green 174 ◦ blue 188

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

Shades of Melanie #D6AEBC

Tints of Melanie #D6AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.21%

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

R = 37.15%
G = 30.21%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6AEBC (or 0xD6AEBC) is known color: Melanie. HEX triplet: D6, AE and BC. RGB value is (214,174,188). Sum of RGB (Red+Green+Blue) = 214+174+188=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBC is #295143. Grayscale: #BBBBBB. Windows color (decimal): -2707780 or 12365526. OLE color: 12365526.

HSL color Cylindrical-coordinate representation of color #D6AEBC: hue angle of 339º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AEBC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 188 -
CMYK 0 0.19 0.12 0.16
HSL 339º 0.33% 0.76% -
HSV(B) 339º 0.19% 0.84% -
XYZ 51.94 48.2 54.14 -
YUV 187.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 214 174 188 0 0.19 0.12 0.16 339 0.33 0.76
Hex D6 AE BC 0 13 C 10 153 21 4C
Octal 326 256 274 0 23 14 20 523 41 114
Binary 11010110 10101110 10111100 0 10011 1100 10000 101010011 100001 1001100

Color Harmonies of #D6AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEBC

Black with #D6AEBC

Text Example


Text Example

White with #D6AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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