Html Css Color HEX #D8AEBD Melanie

📋 copy color: '#D8AEBD'

red 216 ◦ green 174 ◦ blue 189

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

Shades of Melanie #D8AEBD

Tints of Melanie #D8AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 37.31%
G = 30.05%
B = 32.64%

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

#D8AEBD (or 0xD8AEBD) is known color: Melanie. HEX triplet: D8, AE and BD. RGB value is (216,174,189). Sum of RGB (Red+Green+Blue) = 216+174+189=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBD is #275142. Grayscale: #BCBCBC. Windows color (decimal): -2576707 or 12431064. OLE color: 12431064.

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

Color convert

RGB 216 174 189 -
CMYK 0 0.19 0.12 0.15
HSL 338.57º 0.35% 0.76% -
HSV(B) 338.57º 0.19% 0.85% -
XYZ 52.64 48.55 54.74 -
YUV 188.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 216 174 189 0 0.19 0.12 0.15 338.57 0.35 0.76
Hex D8 AE BD 0 13 C F 153 23 4C
Octal 330 256 275 0 23 14 17 523 43 114
Binary 11011000 10101110 10111101 0 10011 1100 1111 101010011 100011 1001100

Color Harmonies of #D8AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEBD

Black with #D8AEBD

Text Example


Text Example

White with #D8AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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