Html Css Color HEX #D4AFBE Melanie

📋 copy color: '#D4AFBE'

red 212 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D4AFBE

Tints of Melanie #D4AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

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

R = 36.74%
G = 30.33%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4AFBE (or 0xD4AFBE) is known color: Melanie. HEX triplet: D4, AF and BE. RGB value is (212,175,190). Sum of RGB (Red+Green+Blue) = 212+175+190=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBE is #2B5041. Grayscale: #BBBBBB. Windows color (decimal): -2838594 or 12496852. OLE color: 12496852.

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

Color convert

RGB 212 175 190 -
CMYK 0 0.17 0.10 0.17
HSL 335.68º 0.3% 0.76% -
HSV(B) 335.68º 0.17% 0.83% -
XYZ 51.78 48.37 55.32 -
YUV 187.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 212 175 190 0 0.17 0.10 0.17 335.68 0.3 0.76
Hex D4 AF BE 0 11 A 11 150 1E 4C
Octal 324 257 276 0 21 12 21 520 36 114
Binary 11010100 10101111 10111110 0 10001 1010 10001 101010000 11110 1001100

Color Harmonies of #D4AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFBE

Black with #D4AFBE

Text Example


Text Example

White with #D4AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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