Html Css Color HEX #D4B9BF Melanie

📋 copy color: '#D4B9BF'

red 212 ◦ green 185 ◦ blue 191

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

Shades of Melanie #D4B9BF

Tints of Melanie #D4B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

 BLUE value IS 191 (75% from 255) = 32.48%

R = 36.05%
G = 31.46%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4B9BF (or 0xD4B9BF) is known color: Melanie. HEX triplet: D4, B9 and BF. RGB value is (212,185,191). Sum of RGB (Red+Green+Blue) = 212+185+191=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9BF is #2B4640. Grayscale: #C1C1C1. Windows color (decimal): -2836033 or 12564948. OLE color: 12564948.

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

Color convert

RGB 212 185 191 -
CMYK 0 0.13 0.10 0.17
HSL 346.67º 0.24% 0.78% -
HSV(B) 346.67º 0.13% 0.83% -
XYZ 53.9 52.46 56.57 -
YUV 193.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 212 185 191 0 0.13 0.10 0.17 346.67 0.24 0.78
Hex D4 B9 BF 0 D A 11 15B 18 4E
Octal 324 271 277 0 15 12 21 533 30 116
Binary 11010100 10111001 10111111 0 1101 1010 10001 101011011 11000 1001110

Color Harmonies of #D4B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B9BF

Black with #D4B9BF

Text Example


Text Example

White with #D4B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B9BF; }

 p { color: rgb(212,185,191); }

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

background-color css

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

 a { background-color: rgb(212,185,191); }

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

border-color css

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

 span { border-color: rgb(212,185,191); }

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