Html Css Color HEX #D9BAC1 Melanie

📋 copy color: '#D9BAC1'

red 217 ◦ green 186 ◦ blue 193

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

Shades of Melanie #D9BAC1

Tints of Melanie #D9BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.38%

R = 36.41%
G = 31.21%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9BAC1 (or 0xD9BAC1) is known color: Melanie. HEX triplet: D9, BA and C1. RGB value is (217,186,193). Sum of RGB (Red+Green+Blue) = 217+186+193=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC1 is #26453E. Grayscale: #C4C4C4. Windows color (decimal): -2508095 or 12696281. OLE color: 12696281.

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

Color convert

RGB 217 186 193 -
CMYK 0 0.14 0.11 0.15
HSL 346.45º 0.29% 0.79% -
HSV(B) 346.45º 0.14% 0.85% -
XYZ 55.8 53.72 57.88 -
YUV 196.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 217 186 193 0 0.14 0.11 0.15 346.45 0.29 0.79
Hex D9 BA C1 0 E B F 15A 1D 4F
Octal 331 272 301 0 16 13 17 532 35 117
Binary 11011001 10111010 11000001 0 1110 1011 1111 101011010 11101 1001111

Color Harmonies of #D9BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAC1

Black with #D9BAC1

Text Example


Text Example

White with #D9BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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