Html Css Color HEX #D4AEBC Melanie

📋 copy color: '#D4AEBC'

red 212 ◦ green 174 ◦ blue 188

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

Shades of Melanie #D4AEBC

Tints of Melanie #D4AEBC

RGB

 RED value IS 212 (83.2% from 255) = 36.93%

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

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 36.93%
G = 30.31%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4AEBC (or 0xD4AEBC) is known color: Melanie. HEX triplet: D4, AE and BC. RGB value is (212,174,188). Sum of RGB (Red+Green+Blue) = 212+174+188=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBC is #2B5143. Grayscale: #BABABA. Windows color (decimal): -2838852 or 12365524. OLE color: 12365524.

HSL color Cylindrical-coordinate representation of color #D4AEBC: hue angle of 337.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEBC is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 188 -
CMYK 0 0.18 0.11 0.17
HSL 337.89º 0.31% 0.76% -
HSV(B) 337.89º 0.18% 0.83% -
XYZ 51.36 47.9 54.12 -
YUV 186.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 212 174 188 0 0.18 0.11 0.17 337.89 0.31 0.76
Hex D4 AE BC 0 12 B 11 152 1F 4C
Octal 324 256 274 0 22 13 21 522 37 114
Binary 11010100 10101110 10111100 0 10010 1011 10001 101010010 11111 1001100

Color Harmonies of #D4AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEBC

Black with #D4AEBC

Text Example


Text Example

White with #D4AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEBC; }

 p { color: rgb(212,174,188); }

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

background-color css

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

 a { background-color: rgb(212,174,188); }

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

border-color css

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

 span { border-color: rgb(212,174,188); }

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