Html Css Color HEX #D5BAC2 Melanie

📋 copy color: '#D5BAC2'

red 213 ◦ green 186 ◦ blue 194

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

Shades of Melanie #D5BAC2

Tints of Melanie #D5BAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 35.92%
G = 31.37%
B = 32.72%

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

#D5BAC2 (or 0xD5BAC2) is known color: Melanie. HEX triplet: D5, BA and C2. RGB value is (213,186,194). Sum of RGB (Red+Green+Blue) = 213+186+194=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC2 is #2A453D. Grayscale: #C2C2C2. Windows color (decimal): -2770238 or 12761813. OLE color: 12761813.

HSL color Cylindrical-coordinate representation of color #D5BAC2: hue angle of 342.22º 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 #D5BAC2 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 194 -
CMYK 0 0.13 0.09 0.16
HSL 342.22º 0.24% 0.78% -
HSV(B) 342.22º 0.13% 0.84% -
XYZ 54.74 53.16 58.41 -
YUV 194.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 213 186 194 0 0.13 0.09 0.16 342.22 0.24 0.78
Hex D5 BA C2 0 D 9 10 156 18 4E
Octal 325 272 302 0 15 11 20 526 30 116
Binary 11010101 10111010 11000010 0 1101 1001 10000 101010110 11000 1001110

Color Harmonies of #D5BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAC2

Black with #D5BAC2

Text Example


Text Example

White with #D5BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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