Html Css Color HEX #D5BAC1 Melanie

📋 copy color: '#D5BAC1'

red 213 ◦ green 186 ◦ blue 193

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

Shades of Melanie #D5BAC1

Tints of Melanie #D5BAC1

RGB

 RED value IS 213 (83.59% from 255) = 35.98%

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

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

R = 35.98%
G = 31.42%
B = 32.6%

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

#D5BAC1 (or 0xD5BAC1) is known color: Melanie. HEX triplet: D5, BA and C1. RGB value is (213,186,193). Sum of RGB (Red+Green+Blue) = 213+186+193=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC1 is #2A453E. Grayscale: #C2C2C2. Windows color (decimal): -2770239 or 12696277. OLE color: 12696277.

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

Color convert

RGB 213 186 193 -
CMYK 0 0.13 0.09 0.16
HSL 344.44º 0.24% 0.78% -
HSV(B) 344.44º 0.13% 0.84% -
XYZ 54.63 53.11 57.83 -
YUV 194.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 213 186 193 0 0.13 0.09 0.16 344.44 0.24 0.78
Hex D5 BA C1 0 D 9 10 158 18 4E
Octal 325 272 301 0 15 11 20 530 30 116
Binary 11010101 10111010 11000001 0 1101 1001 10000 101011000 11000 1001110

Color Harmonies of #D5BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAC1

Black with #D5BAC1

Text Example


Text Example

White with #D5BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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