Html Css Color HEX #D4BAC0 Melanie

📋 copy color: '#D4BAC0'

red 212 ◦ green 186 ◦ blue 192

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

Shades of Melanie #D4BAC0

Tints of Melanie #D4BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.53%

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 35.93%
G = 31.53%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4BAC0 (or 0xD4BAC0) is known color: Melanie. HEX triplet: D4, BA and C0. RGB value is (212,186,192). Sum of RGB (Red+Green+Blue) = 212+186+192=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAC0 is #2B453F. Grayscale: #C2C2C2. Windows color (decimal): -2835776 or 12630740. OLE color: 12630740.

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

Color convert

RGB 212 186 192 -
CMYK 0 0.12 0.09 0.17
HSL 346.15º 0.23% 0.78% -
HSV(B) 346.15º 0.12% 0.83% -
XYZ 54.22 52.92 57.23 -
YUV 194.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 212 186 192 0 0.12 0.09 0.17 346.15 0.23 0.78
Hex D4 BA C0 0 C 9 11 15A 17 4E
Octal 324 272 300 0 14 11 21 532 27 116
Binary 11010100 10111010 11000000 0 1100 1001 10001 101011010 10111 1001110

Color Harmonies of #D4BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAC0

Black with #D4BAC0

Text Example


Text Example

White with #D4BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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