Html Css Color HEX #D5BAC3 Melanie

📋 copy color: '#D5BAC3'

red 213 ◦ green 186 ◦ blue 195

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

Shades of Melanie #D5BAC3

Tints of Melanie #D5BAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.83%

R = 35.86%
G = 31.31%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5BAC3 (or 0xD5BAC3) is known color: Melanie. HEX triplet: D5, BA and C3. RGB value is (213,186,195). Sum of RGB (Red+Green+Blue) = 213+186+195=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC3 is #2A453C. Grayscale: #C3C3C3. Windows color (decimal): -2770237 or 12827349. OLE color: 12827349.

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

Color convert

RGB 213 186 195 -
CMYK 0 0.13 0.08 0.16
HSL 340º 0.24% 0.78% -
HSV(B) 340º 0.13% 0.84% -
XYZ 54.85 53.2 59.01 -
YUV 195.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 213 186 195 0 0.13 0.08 0.16 340 0.24 0.78
Hex D5 BA C3 0 D 8 10 154 18 4E
Octal 325 272 303 0 15 10 20 524 30 116
Binary 11010101 10111010 11000011 0 1101 1000 10000 101010100 11000 1001110

Color Harmonies of #D5BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAC3

Black with #D5BAC3

Text Example


Text Example

White with #D5BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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