Html Css Color HEX #D6AEC0 Melanie

📋 copy color: '#D6AEC0'

red 214 ◦ green 174 ◦ blue 192

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

Shades of Melanie #D6AEC0

Tints of Melanie #D6AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 36.9%
G = 30%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6AEC0 (or 0xD6AEC0) is known color: Melanie. HEX triplet: D6, AE and C0. RGB value is (214,174,192). Sum of RGB (Red+Green+Blue) = 214+174+192=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEC0 is #29513F. Grayscale: #BBBBBB. Windows color (decimal): -2707776 or 12627670. OLE color: 12627670.

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

Color convert

RGB 214 174 192 -
CMYK 0 0.19 0.10 0.16
HSL 333º 0.33% 0.76% -
HSV(B) 333º 0.19% 0.84% -
XYZ 52.38 48.37 56.45 -
YUV 188.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 214 174 192 0 0.19 0.10 0.16 333 0.33 0.76
Hex D6 AE C0 0 13 A 10 14D 21 4C
Octal 326 256 300 0 23 12 20 515 41 114
Binary 11010110 10101110 11000000 0 10011 1010 10000 101001101 100001 1001100

Color Harmonies of #D6AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEC0

Black with #D6AEC0

Text Example


Text Example

White with #D6AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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