Html Css Color HEX #D4AFBA Melanie

📋 copy color: '#D4AFBA'

red 212 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D4AFBA

Tints of Melanie #D4AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 37%
G = 30.54%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4AFBA (or 0xD4AFBA) is known color: Melanie. HEX triplet: D4, AF and BA. RGB value is (212,175,186). Sum of RGB (Red+Green+Blue) = 212+175+186=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBA is #2B5045. Grayscale: #BBBBBB. Windows color (decimal): -2838598 or 12234708. OLE color: 12234708.

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

Color convert

RGB 212 175 186 -
CMYK 0 0.17 0.12 0.17
HSL 342.16º 0.3% 0.76% -
HSV(B) 342.16º 0.17% 0.83% -
XYZ 51.34 48.2 53.05 -
YUV 187.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 212 175 186 0 0.17 0.12 0.17 342.16 0.3 0.76
Hex D4 AF BA 0 11 C 11 156 1E 4C
Octal 324 257 272 0 21 14 21 526 36 114
Binary 11010100 10101111 10111010 0 10001 1100 10001 101010110 11110 1001100

Color Harmonies of #D4AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFBA

Black with #D4AFBA

Text Example


Text Example

White with #D4AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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