Html Css Color HEX #D7BAC3 Melanie

📋 copy color: '#D7BAC3'

red 215 ◦ green 186 ◦ blue 195

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

Shades of Melanie #D7BAC3

Tints of Melanie #D7BAC3

RGB

 RED value IS 215 (84.38% from 255) = 36.07%

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

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

R = 36.07%
G = 31.21%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D7BAC3 (or 0xD7BAC3) is known color: Melanie. HEX triplet: D7, BA and C3. RGB value is (215,186,195). Sum of RGB (Red+Green+Blue) = 215+186+195=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC3 is #28453C. Grayscale: #C3C3C3. Windows color (decimal): -2639165 or 12827351. OLE color: 12827351.

HSL color Cylindrical-coordinate representation of color #D7BAC3: hue angle of 341.38º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAC3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 195 -
CMYK 0 0.13 0.09 0.16
HSL 341.38º 0.27% 0.79% -
HSV(B) 341.38º 0.13% 0.84% -
XYZ 55.43 53.51 59.04 -
YUV 195.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 215 186 195 0 0.13 0.09 0.16 341.38 0.27 0.79
Hex D7 BA C3 0 D 9 10 155 1B 4F
Octal 327 272 303 0 15 11 20 525 33 117
Binary 11010111 10111010 11000011 0 1101 1001 10000 101010101 11011 1001111

Color Harmonies of #D7BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAC3

Black with #D7BAC3

Text Example


Text Example

White with #D7BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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