Html Css Color HEX #D6AEBF Melanie

📋 copy color: '#D6AEBF'

red 214 ◦ green 174 ◦ blue 191

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

Shades of Melanie #D6AEBF

Tints of Melanie #D6AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.99%

R = 36.96%
G = 30.05%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6AEBF (or 0xD6AEBF) is known color: Melanie. HEX triplet: D6, AE and BF. RGB value is (214,174,191). Sum of RGB (Red+Green+Blue) = 214+174+191=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBF is #295140. Grayscale: #BBBBBB. Windows color (decimal): -2707777 or 12562134. OLE color: 12562134.

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

Color convert

RGB 214 174 191 -
CMYK 0 0.19 0.11 0.16
HSL 334.5º 0.33% 0.76% -
HSV(B) 334.5º 0.19% 0.84% -
XYZ 52.27 48.33 55.86 -
YUV 187.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 214 174 191 0 0.19 0.11 0.16 334.5 0.33 0.76
Hex D6 AE BF 0 13 B 10 14E 21 4C
Octal 326 256 277 0 23 13 20 516 41 114
Binary 11010110 10101110 10111111 0 10011 1011 10000 101001110 100001 1001100

Color Harmonies of #D6AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEBF

Black with #D6AEBF

Text Example


Text Example

White with #D6AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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