Html Css Color HEX #D8BDC5 Melanie

📋 copy color: '#D8BDC5'

red 216 ◦ green 189 ◦ blue 197

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

Shades of Melanie #D8BDC5

Tints of Melanie #D8BDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 197 (77.34% from 255) = 32.72%

R = 35.88%
G = 31.4%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8BDC5 (or 0xD8BDC5) is known color: Melanie. HEX triplet: D8, BD and C5. RGB value is (216,189,197). Sum of RGB (Red+Green+Blue) = 216+189+197=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDC5 is #27423A. Grayscale: #C5C5C5. Windows color (decimal): -2572859 or 12959192. OLE color: 12959192.

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

Color convert

RGB 216 189 197 -
CMYK 0 0.12 0.09 0.15
HSL 342.22º 0.26% 0.79% -
HSV(B) 342.22º 0.13% 0.85% -
XYZ 56.59 55.03 60.46 -
YUV 197.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 216 189 197 0 0.12 0.09 0.15 342.22 0.26 0.79
Hex D8 BD C5 0 C 9 F 156 1A 4F
Octal 330 275 305 0 14 11 17 526 32 117
Binary 11011000 10111101 11000101 0 1100 1001 1111 101010110 11010 1001111

Color Harmonies of #D8BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDC5

Black with #D8BDC5

Text Example


Text Example

White with #D8BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDC5; }

 p { color: rgb(216,189,197); }

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

background-color css

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

 a { background-color: rgb(216,189,197); }

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

border-color css

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

 span { border-color: rgb(216,189,197); }

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