Html Css Color HEX #D8AEBF Melanie

📋 copy color: '#D8AEBF'

red 216 ◦ green 174 ◦ blue 191

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

Shades of Melanie #D8AEBF

Tints of Melanie #D8AEBF

RGB

 RED value IS 216 (84.77% from 255) = 37.18%

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

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

R = 37.18%
G = 29.95%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8AEBF (or 0xD8AEBF) is known color: Melanie. HEX triplet: D8, AE and BF. RGB value is (216,174,191). Sum of RGB (Red+Green+Blue) = 216+174+191=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBF is #275140. Grayscale: #BCBCBC. Windows color (decimal): -2576705 or 12562136. OLE color: 12562136.

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

Color convert

RGB 216 174 191 -
CMYK 0 0.19 0.12 0.15
HSL 335.71º 0.35% 0.76% -
HSV(B) 335.71º 0.19% 0.85% -
XYZ 52.86 48.63 55.89 -
YUV 188.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 216 174 191 0 0.19 0.12 0.15 335.71 0.35 0.76
Hex D8 AE BF 0 13 C F 150 23 4C
Octal 330 256 277 0 23 14 17 520 43 114
Binary 11011000 10101110 10111111 0 10011 1100 1111 101010000 100011 1001100

Color Harmonies of #D8AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEBF

Black with #D8AEBF

Text Example


Text Example

White with #D8AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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