Html Css Color HEX #D8AEBA Melanie

📋 copy color: '#D8AEBA'

red 216 ◦ green 174 ◦ blue 186

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

Shades of Melanie #D8AEBA

Tints of Melanie #D8AEBA

RGB

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

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

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

R = 37.5%
G = 30.21%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8AEBA (or 0xD8AEBA) is known color: Melanie. HEX triplet: D8, AE and BA. RGB value is (216,174,186). Sum of RGB (Red+Green+Blue) = 216+174+186=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBA is #275145. Grayscale: #BBBBBB. Windows color (decimal): -2576710 or 12234456. OLE color: 12234456.

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

Color convert

RGB 216 174 186 -
CMYK 0 0.19 0.14 0.15
HSL 342.86º 0.35% 0.76% -
HSV(B) 342.86º 0.19% 0.85% -
XYZ 52.32 48.42 53.04 -
YUV 187.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 216 174 186 0 0.19 0.14 0.15 342.86 0.35 0.76
Hex D8 AE BA 0 13 E F 157 23 4C
Octal 330 256 272 0 23 16 17 527 43 114
Binary 11011000 10101110 10111010 0 10011 1110 1111 101010111 100011 1001100

Color Harmonies of #D8AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEBA

Black with #D8AEBA

Text Example


Text Example

White with #D8AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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