Html Css Color HEX #D6AEBD Melanie

📋 copy color: '#D6AEBD'

red 214 ◦ green 174 ◦ blue 189

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

Shades of Melanie #D6AEBD

Tints of Melanie #D6AEBD

RGB

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

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

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

R = 37.09%
G = 30.16%
B = 32.76%

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

#D6AEBD (or 0xD6AEBD) is known color: Melanie. HEX triplet: D6, AE and BD. RGB value is (214,174,189). Sum of RGB (Red+Green+Blue) = 214+174+189=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBD is #295142. Grayscale: #BBBBBB. Windows color (decimal): -2707779 or 12431062. OLE color: 12431062.

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

Color convert

RGB 214 174 189 -
CMYK 0 0.19 0.12 0.16
HSL 337.5º 0.33% 0.76% -
HSV(B) 337.5º 0.19% 0.84% -
XYZ 52.05 48.24 54.71 -
YUV 187.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 214 174 189 0 0.19 0.12 0.16 337.5 0.33 0.76
Hex D6 AE BD 0 13 C 10 152 21 4C
Octal 326 256 275 0 23 14 20 522 41 114
Binary 11010110 10101110 10111101 0 10011 1100 10000 101010010 100001 1001100

Color Harmonies of #D6AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEBD

Black with #D6AEBD

Text Example


Text Example

White with #D6AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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