Html Css Color HEX #D8BCC1 Melanie

📋 copy color: '#D8BCC1'

red 216 ◦ green 188 ◦ blue 193

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

Shades of Melanie #D8BCC1

Tints of Melanie #D8BCC1

RGB

 RED value IS 216 (84.77% from 255) = 36.18%

 GREEN value IS 188 (73.83% from 255) = 31.49%

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

R = 36.18%
G = 31.49%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8BCC1 (or 0xD8BCC1) is known color: Melanie. HEX triplet: D8, BC and C1. RGB value is (216,188,193). Sum of RGB (Red+Green+Blue) = 216+188+193=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCC1 is #27433E. Grayscale: #C4C4C4. Windows color (decimal): -2573119 or 12696792. OLE color: 12696792.

HSL color Cylindrical-coordinate representation of color #D8BCC1: hue angle of 349.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCC1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 188 193 -
CMYK 0 0.13 0.11 0.15
HSL 349.29º 0.26% 0.79% -
HSV(B) 349.29º 0.13% 0.85% -
XYZ 55.93 54.42 58.01 -
YUV 196.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 216 188 193 0 0.13 0.11 0.15 349.29 0.26 0.79
Hex D8 BC C1 0 D B F 15D 1A 4F
Octal 330 274 301 0 15 13 17 535 32 117
Binary 11011000 10111100 11000001 0 1101 1011 1111 101011101 11010 1001111

Color Harmonies of #D8BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCC1

Black with #D8BCC1

Text Example


Text Example

White with #D8BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCC1; }

 p { color: rgb(216,188,193); }

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

background-color css

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

 a { background-color: rgb(216,188,193); }

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

border-color css

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

 span { border-color: rgb(216,188,193); }

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