Html Css Color HEX #D9BAC0 Melanie

📋 copy color: '#D9BAC0'

red 217 ◦ green 186 ◦ blue 192

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

Shades of Melanie #D9BAC0

Tints of Melanie #D9BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.27%

R = 36.47%
G = 31.26%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9BAC0 (or 0xD9BAC0) is known color: Melanie. HEX triplet: D9, BA and C0. RGB value is (217,186,192). Sum of RGB (Red+Green+Blue) = 217+186+192=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC0 is #26453F. Grayscale: #C3C3C3. Windows color (decimal): -2508096 or 12630745. OLE color: 12630745.

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

Color convert

RGB 217 186 192 -
CMYK 0 0.14 0.12 0.15
HSL 348.39º 0.29% 0.79% -
HSV(B) 348.39º 0.14% 0.85% -
XYZ 55.69 53.68 57.29 -
YUV 195.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 217 186 192 0 0.14 0.12 0.15 348.39 0.29 0.79
Hex D9 BA C0 0 E C F 15C 1D 4F
Octal 331 272 300 0 16 14 17 534 35 117
Binary 11011001 10111010 11000000 0 1110 1100 1111 101011100 11101 1001111

Color Harmonies of #D9BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAC0

Black with #D9BAC0

Text Example


Text Example

White with #D9BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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