Html Css Color HEX #D4AEBE Melanie

📋 copy color: '#D4AEBE'

red 212 ◦ green 174 ◦ blue 190

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

Shades of Melanie #D4AEBE

Tints of Melanie #D4AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 36.81%
G = 30.21%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4AEBE (or 0xD4AEBE) is known color: Melanie. HEX triplet: D4, AE and BE. RGB value is (212,174,190). Sum of RGB (Red+Green+Blue) = 212+174+190=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBE is #2B5141. Grayscale: #BBBBBB. Windows color (decimal): -2838850 or 12496596. OLE color: 12496596.

HSL color Cylindrical-coordinate representation of color #D4AEBE: hue angle of 334.74º 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 #D4AEBE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 190 -
CMYK 0 0.18 0.10 0.17
HSL 334.74º 0.31% 0.76% -
HSV(B) 334.74º 0.18% 0.83% -
XYZ 51.58 47.99 55.26 -
YUV 187.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 212 174 190 0 0.18 0.10 0.17 334.74 0.31 0.76
Hex D4 AE BE 0 12 A 11 14F 1F 4C
Octal 324 256 276 0 22 12 21 517 37 114
Binary 11010100 10101110 10111110 0 10010 1010 10001 101001111 11111 1001100

Color Harmonies of #D4AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEBE

Black with #D4AEBE

Text Example


Text Example

White with #D4AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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