Html Css Color HEX #D4BAC1 Melanie

📋 copy color: '#D4BAC1'

red 212 ◦ green 186 ◦ blue 193

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

Shades of Melanie #D4BAC1

Tints of Melanie #D4BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 35.87%
G = 31.47%
B = 32.66%

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

#D4BAC1 (or 0xD4BAC1) is known color: Melanie. HEX triplet: D4, BA and C1. RGB value is (212,186,193). Sum of RGB (Red+Green+Blue) = 212+186+193=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAC1 is #2B453E. Grayscale: #C2C2C2. Windows color (decimal): -2835775 or 12696276. OLE color: 12696276.

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

Color convert

RGB 212 186 193 -
CMYK 0 0.12 0.09 0.17
HSL 343.85º 0.23% 0.78% -
HSV(B) 343.85º 0.12% 0.83% -
XYZ 54.34 52.97 57.81 -
YUV 194.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 212 186 193 0 0.12 0.09 0.17 343.85 0.23 0.78
Hex D4 BA C1 0 C 9 11 158 17 4E
Octal 324 272 301 0 14 11 21 530 27 116
Binary 11010100 10111010 11000001 0 1100 1001 10001 101011000 10111 1001110

Color Harmonies of #D4BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAC1

Black with #D4BAC1

Text Example


Text Example

White with #D4BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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