Html Css Color HEX #D6BDC5 Melanie

📋 copy color: '#D6BDC5'

red 214 ◦ green 189 ◦ blue 197

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

Shades of Melanie #D6BDC5

Tints of Melanie #D6BDC5

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

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

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

R = 35.67%
G = 31.5%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6BDC5 (or 0xD6BDC5) is known color: Melanie. HEX triplet: D6, BD and C5. RGB value is (214,189,197). Sum of RGB (Red+Green+Blue) = 214+189+197=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC5 is #29423A. Grayscale: #C5C5C5. Windows color (decimal): -2703931 or 12959190. OLE color: 12959190.

HSL color Cylindrical-coordinate representation of color #D6BDC5: hue angle of 340.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDC5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 197 -
CMYK 0 0.12 0.08 0.16
HSL 340.8º 0.23% 0.79% -
HSV(B) 340.8º 0.12% 0.84% -
XYZ 56.01 54.72 60.43 -
YUV 197.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 214 189 197 0 0.12 0.08 0.16 340.8 0.23 0.79
Hex D6 BD C5 0 C 8 10 155 17 4F
Octal 326 275 305 0 14 10 20 525 27 117
Binary 11010110 10111101 11000101 0 1100 1000 10000 101010101 10111 1001111

Color Harmonies of #D6BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDC5

Black with #D6BDC5

Text Example


Text Example

White with #D6BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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