Html Css Color HEX #D8BAC5 Melanie

📋 copy color: '#D8BAC5'

red 216 ◦ green 186 ◦ blue 197

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

Shades of Melanie #D8BAC5

Tints of Melanie #D8BAC5

RGB

 RED value IS 216 (84.77% from 255) = 36.06%

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

 BLUE value IS 197 (77.34% from 255) = 32.89%

R = 36.06%
G = 31.05%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8BAC5 (or 0xD8BAC5) is known color: Melanie. HEX triplet: D8, BA and C5. RGB value is (216,186,197). Sum of RGB (Red+Green+Blue) = 216+186+197=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC5 is #27453A. Grayscale: #C4C4C4. Windows color (decimal): -2573627 or 12958424. OLE color: 12958424.

HSL color Cylindrical-coordinate representation of color #D8BAC5: hue angle of 338º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAC5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 197 -
CMYK 0 0.14 0.09 0.15
HSL 338º 0.28% 0.79% -
HSV(B) 338º 0.14% 0.85% -
XYZ 55.96 53.75 60.25 -
YUV 196.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 216 186 197 0 0.14 0.09 0.15 338 0.28 0.79
Hex D8 BA C5 0 E 9 F 152 1C 4F
Octal 330 272 305 0 16 11 17 522 34 117
Binary 11011000 10111010 11000101 0 1110 1001 1111 101010010 11100 1001111

Color Harmonies of #D8BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAC5

Black with #D8BAC5

Text Example


Text Example

White with #D8BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAC5; }

 p { color: rgb(216,186,197); }

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

background-color css

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

 a { background-color: rgb(216,186,197); }

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

border-color css

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

 span { border-color: rgb(216,186,197); }

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