Html Css Color HEX #D6AEBA Melanie

📋 copy color: '#D6AEBA'

red 214 ◦ green 174 ◦ blue 186

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

Shades of Melanie #D6AEBA

Tints of Melanie #D6AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 37.28%
G = 30.31%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6AEBA (or 0xD6AEBA) is known color: Melanie. HEX triplet: D6, AE and BA. RGB value is (214,174,186). Sum of RGB (Red+Green+Blue) = 214+174+186=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBA is #295145. Grayscale: #BBBBBB. Windows color (decimal): -2707782 or 12234454. OLE color: 12234454.

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

Color convert

RGB 214 174 186 -
CMYK 0 0.19 0.13 0.16
HSL 342º 0.33% 0.76% -
HSV(B) 342º 0.19% 0.84% -
XYZ 51.73 48.11 53.01 -
YUV 187.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 214 174 186 0 0.19 0.13 0.16 342 0.33 0.76
Hex D6 AE BA 0 13 D 10 156 21 4C
Octal 326 256 272 0 23 15 20 526 41 114
Binary 11010110 10101110 10111010 0 10011 1101 10000 101010110 100001 1001100

Color Harmonies of #D6AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEBA

Black with #D6AEBA

Text Example


Text Example

White with #D6AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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