Html Css Color HEX #D3BAC3 Melanie

📋 copy color: '#D3BAC3'

red 211 ◦ green 186 ◦ blue 195

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

Shades of Melanie #D3BAC3

Tints of Melanie #D3BAC3

RGB

 RED value IS 211 (82.81% from 255) = 35.64%

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

 BLUE value IS 195 (76.56% from 255) = 32.94%

R = 35.64%
G = 31.42%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3BAC3 (or 0xD3BAC3) is known color: Melanie. HEX triplet: D3, BA and C3. RGB value is (211,186,195). Sum of RGB (Red+Green+Blue) = 211+186+195=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC3 is #2C453C. Grayscale: #C2C2C2. Windows color (decimal): -2901309 or 12827347. OLE color: 12827347.

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

Color convert

RGB 211 186 195 -
CMYK 0 0.12 0.08 0.17
HSL 338.4º 0.22% 0.78% -
HSV(B) 338.4º 0.12% 0.83% -
XYZ 54.27 52.91 58.98 -
YUV 194.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 211 186 195 0 0.12 0.08 0.17 338.4 0.22 0.78
Hex D3 BA C3 0 C 8 11 152 16 4E
Octal 323 272 303 0 14 10 21 522 26 116
Binary 11010011 10111010 11000011 0 1100 1000 10001 101010010 10110 1001110

Color Harmonies of #D3BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BAC3

Black with #D3BAC3

Text Example


Text Example

White with #D3BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BAC3; }

 p { color: rgb(211,186,195); }

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

background-color css

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

 a { background-color: rgb(211,186,195); }

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

border-color css

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

 span { border-color: rgb(211,186,195); }

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