Html Css Color HEX #D9BAC6 Melanie

📋 copy color: '#D9BAC6'

red 217 ◦ green 186 ◦ blue 198

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

Shades of Melanie #D9BAC6

Tints of Melanie #D9BAC6

RGB

 RED value IS 217 (85.16% from 255) = 36.11%

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

 BLUE value IS 198 (77.73% from 255) = 32.95%

R = 36.11%
G = 30.95%
B = 32.95%

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

#D9BAC6 (or 0xD9BAC6) is known color: Melanie. HEX triplet: D9, BA and C6. RGB value is (217,186,198). Sum of RGB (Red+Green+Blue) = 217+186+198=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC6 is #264539. Grayscale: #C4C4C4. Windows color (decimal): -2508090 or 13023961. OLE color: 13023961.

HSL color Cylindrical-coordinate representation of color #D9BAC6: hue angle of 336.77º degrees, saturation: 0.29, 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 #D9BAC6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 198 -
CMYK 0 0.14 0.09 0.15
HSL 336.77º 0.29% 0.79% -
HSV(B) 336.77º 0.14% 0.85% -
XYZ 56.37 53.95 60.87 -
YUV 196.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 217 186 198 0 0.14 0.09 0.15 336.77 0.29 0.79
Hex D9 BA C6 0 E 9 F 151 1D 4F
Octal 331 272 306 0 16 11 17 521 35 117
Binary 11011001 10111010 11000110 0 1110 1001 1111 101010001 11101 1001111

Color Harmonies of #D9BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAC6

Black with #D9BAC6

Text Example


Text Example

White with #D9BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAC6; }

 p { color: rgb(217,186,198); }

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

background-color css

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

 a { background-color: rgb(217,186,198); }

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

border-color css

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

 span { border-color: rgb(217,186,198); }

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