Html Css Color HEX #D1BAC2 Melanie

📋 copy color: '#D1BAC2'

red 209 ◦ green 186 ◦ blue 194

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

Shades of Melanie #D1BAC2

Tints of Melanie #D1BAC2

RGB

 RED value IS 209 (82.03% from 255) = 35.48%

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

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 35.48%
G = 31.58%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1BAC2 (or 0xD1BAC2) is known color: Melanie. HEX triplet: D1, BA and C2. RGB value is (209,186,194). Sum of RGB (Red+Green+Blue) = 209+186+194=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAC2 is #2E453D. Grayscale: #C1C1C1. Windows color (decimal): -3032382 or 12761809. OLE color: 12761809.

HSL color Cylindrical-coordinate representation of color #D1BAC2: hue angle of 339.13º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BAC2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 194 -
CMYK 0 0.11 0.07 0.18
HSL 339.13º 0.2% 0.77% -
HSV(B) 339.13º 0.11% 0.82% -
XYZ 53.59 52.57 58.36 -
YUV 193.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 209 186 194 0 0.11 0.07 0.18 339.13 0.2 0.77
Hex D1 BA C2 0 B 7 12 153 14 4D
Octal 321 272 302 0 13 7 22 523 24 115
Binary 11010001 10111010 11000010 0 1011 111 10010 101010011 10100 1001101

Color Harmonies of #D1BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BAC2

Black with #D1BAC2

Text Example


Text Example

White with #D1BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BAC2; }

 p { color: rgb(209,186,194); }

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

background-color css

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

 a { background-color: rgb(209,186,194); }

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

border-color css

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

 span { border-color: rgb(209,186,194); }

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