#D6BEC5

Color #D6BEC5 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D6BEC5

Tints of Melanie #D6BEC5

Color information

#D6BEC5 (or 0xD6BEC5) is unknown color: approx Melanie. HEX triplet: D6, BE and C5. RGB value is (214,190,197). Sum of RGB (Red+Green+Blue) = 214+190+197=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC5 is #29413A. Grayscale: #C5C5C5. Windows color (decimal): -2703675 or 12959446. OLE color: 12959446.

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

Color convert

RGB214190197-
CMYK00.110.080.16
HSL342.5º22.64%79.22%-
HSV(B)342.5º11.21%83.92%-
XYZ56.2255.1560.51-
YUV197.97127.45139.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=35.61%
G=31.61%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419019700.110.080.16342.522.6479.22
HexD6BEC50B810156174f
Octal326276305013102052627117
Binary11010110101111101100010101011100010000101010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEC5; }

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

 H1.HeaderClassName
 {
   color: #D6BEC5;
 }
 .AnyTagClassName
 {
   color: #D6BEC5;
 }
</style>
background-color css

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

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

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

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

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

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