Html Css Color HEX #D7AEBD Melanie

📋 copy color: '#D7AEBD'

red 215 ◦ green 174 ◦ blue 189

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

Shades of Melanie #D7AEBD

Tints of Melanie #D7AEBD

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

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

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

R = 37.2%
G = 30.1%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7AEBD (or 0xD7AEBD) is known color: Melanie. HEX triplet: D7, AE and BD. RGB value is (215,174,189). Sum of RGB (Red+Green+Blue) = 215+174+189=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEBD is #285142. Grayscale: #BBBBBB. Windows color (decimal): -2642243 or 12431063. OLE color: 12431063.

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

Color convert

RGB 215 174 189 -
CMYK 0 0.19 0.12 0.16
HSL 338.05º 0.34% 0.76% -
HSV(B) 338.05º 0.19% 0.84% -
XYZ 52.35 48.39 54.73 -
YUV 187.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 215 174 189 0 0.19 0.12 0.16 338.05 0.34 0.76
Hex D7 AE BD 0 13 C 10 152 22 4C
Octal 327 256 275 0 23 14 20 522 42 114
Binary 11010111 10101110 10111101 0 10011 1100 10000 101010010 100010 1001100

Color Harmonies of #D7AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEBD

Black with #D7AEBD

Text Example


Text Example

White with #D7AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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